Merge remote branch 'origin/master'

Did some manual formatting changes to wp-fdroid. Should be normalized...
This commit is contained in:
Hans-Emil Skogh 2011-12-29 19:37:05 +01:00
commit 5bf68469cb
10 changed files with 58 additions and 16 deletions

View file

@ -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);