mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 16:30:28 +03:00
Fix dumb wp-fdroid added bug
This commit is contained in:
parent
2ff3308f84
commit
4dec28e0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue