1
0

fix pagination

This commit is contained in:
Garvin Hicking
2009-10-29 18:18:44 +00:00
parent 5e0f013e49
commit 0f118e91c3
2 changed files with 12 additions and 10 deletions

View File

@ -1467,7 +1467,7 @@ function serendipity_displayImageList($page = 0, $lineBreak = NULL, $manage = fa
$perPage++;
}
$start = ($page-1) * $perPage;
if ($manage && $limit_path == NULL) {
## SYNCH START ##
$aExclude = array("CVS" => true, ".svn" => true);