mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50: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;
|
||||
case "antifeatures";
|
||||
$antifeatures=$el;
|
||||
break;
|
||||
case "package":
|
||||
$thisapk=array();
|
||||
foreach($el->children() as $pel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue