]> git.mxchange.org Git - friendica.git/commitdiff
Fixed an undefined variable
authorMichael Vogel <icarus@dabo.de>
Sun, 8 Nov 2015 14:17:08 +0000 (15:17 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 8 Nov 2015 14:17:08 +0000 (15:17 +0100)
mod/dirfind.php

index cf47f7e8853647d5733fa05836714da7e881c21f..6a4c7f1ced21a542c33225f400b2f0913e39ea27 100644 (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'];