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;
break;
case "added":
$thisapk['added']=$el;
$thisapk['added']=$pel;
break;
case "apkname":
$thisapk['apkname']=$pel;