mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
Merge remote branch 'origin/master'
Did some manual formatting changes to wp-fdroid. Should be normalized...
This commit is contained in:
commit
5bf68469cb
10 changed files with 58 additions and 16 deletions
|
|
@ -66,7 +66,6 @@ class FDroid
|
|||
global $wp_query,$wp_rewrite;
|
||||
$this->lazyinit();
|
||||
|
||||
|
||||
// Init local query vars
|
||||
foreach($this->queryvars(array()) as $qv) {
|
||||
if(array_key_exists($qv,$wp_query->query_vars)) {
|
||||
|
|
@ -95,6 +94,7 @@ class FDroid
|
|||
|
||||
$out.=$this->get_apps($query_vars);
|
||||
}
|
||||
|
||||
return $out;
|
||||
|
||||
}
|
||||
|
|
@ -330,9 +330,8 @@ class FDroid
|
|||
}
|
||||
$total++;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$out.=$outputter->outputEnd();
|
||||
|
||||
$numpages = ceil((float)$total/$outputter->perpage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue