]> git.mxchange.org Git - friendica.git/blobdiff - include/ForumManager.php
Merge branch 'rewrites/is_filled_array_introduced' of git://github.com/Quix0r/friendi...
[friendica.git] / include / ForumManager.php
index bbf881c9d037526cd8a74d1b05a25459698a13a3..9e3c3b9d7020ece3a81418807abbb2b168acda40 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 
 /**
- * @file include/forum.php
- * @brief Functions related to forum functionality *
+ * @file include/ForumManager.php
+ * @brief ForumManager class with its methods related to forum functionality *
  */
 
 /**
- * @brief This class handles functions related to the forum functionality
+ * @brief This class handles metheods related to the forum functionality
  */
 class ForumManager {
 
@@ -86,7 +86,7 @@ class ForumManager {
                $total = count($contacts);
                $visible_forums = 10;
 
-               if(is_filled_array($contacts)) {
+               if(dba::is_result($contacts)) {
 
                        $id = 0;