Fix dumb wp-fdroid added bug

This commit is contained in:
Daniel Martí 2014-02-20 09:25:39 +01:00
parent 2ff3308f84
commit 4dec28e0bc

View file

@ -212,7 +212,7 @@ class FDroid
$thisapk['vercode']=$pel; $thisapk['vercode']=$pel;
break; break;
case "added": case "added":
$thisapk['added']=$el; $thisapk['added']=$pel;
break; break;
case "apkname": case "apkname":
$thisapk['apkname']=$pel; $thisapk['apkname']=$pel;