diff --git a/mod/directory.php b/mod/directory.php index 5f3605ebff..f1e079d681 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -81,7 +81,7 @@ function directory_content(App $a) $publish = ((Config::get('system', 'publish_all')) ? '' : " AND `publish` = 1 " ); - $cnt = dba::select_first("SELECT COUNT(*) AS `total` FROM `profile` + $cnt = dba::selectFirst("SELECT COUNT(*) AS `total` FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra " );