]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
Rename DBA::is_result to DBA::isResult
[friendica.git] / src / Content / ForumManager.php
index 99cdde12f8be48c8b9aa505592cd535d3889e424..d5105fd08a0d0e7169569d36c156779d073dc85d 100644 (file)
@@ -98,7 +98,7 @@ class ForumManager
                $total = count($contacts);
                $visible_forums = 10;
 
-               if (DBA::is_result($contacts)) {
+               if (DBA::isResult($contacts)) {
                        $id = 0;
 
                        foreach ($contacts as $contact) {