Fixed an undefined variable

This commit is contained in:
Michael Vogel 2015-11-08 15:17:08 +01:00
parent 7de6f23f4a
commit c2beab0d56
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function dirfind_content(&$a, $prefix = "") {
if ($discover_user) {
$j = new stdClass();
$j->total = $count[0]["total"];
$j->total = 1;
$j->items_page = 1;
$j->page = $a->pager['page'];