]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Ops, one more left ...
[friendica.git] / mod / community.php
index c082731bd028546267f38157f6061b3e9912afa7..cb4f69c9173c8e87158d1a8cb0adaa0a9380acc3 100644 (file)
@@ -137,7 +137,7 @@ function community_content(App $a, $update = 0)
 
        $r = community_getitems($a->pager['start'], $a->pager['itemspage'], $content);
 
-       if (!DBA::is_result($r)) {
+       if (!DBA::isResult($r)) {
                info(L10n::t('No results.') . EOL);
                return $o;
        }