mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Added missing break...
This commit is contained in:
parent
7b6d8b1646
commit
b1284377ca
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class FDroid
|
||||||
break;
|
break;
|
||||||
case "antifeatures";
|
case "antifeatures";
|
||||||
$antifeatures=$el;
|
$antifeatures=$el;
|
||||||
|
break;
|
||||||
case "package":
|
case "package":
|
||||||
$thisapk=array();
|
$thisapk=array();
|
||||||
foreach($el->children() as $pel) {
|
foreach($el->children() as $pel) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue