X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FForumManager.php;h=99a78be71ec56ed0d5bfe05d770b3c57dc89c75a;hb=71f93d0bdfef13ff0ed7d68ee71eb67117dc213e;hp=bbf881c9d037526cd8a74d1b05a25459698a13a3;hpb=f53af9732c18fb81f7c3eb95b3e3d2356f840d87;p=friendica.git diff --git a/include/ForumManager.php b/include/ForumManager.php index bbf881c9d0..99a78be71e 100644 --- a/include/ForumManager.php +++ b/include/ForumManager.php @@ -86,7 +86,7 @@ class ForumManager { $total = count($contacts); $visible_forums = 10; - if(is_filled_array($contacts)) { + if(dba::is_result($contacts)) { $id = 0;