]> git.mxchange.org Git - friendica.git/blobdiff - include/ForumManager.php
Degrade priority step by step
[friendica.git] / include / ForumManager.php
index d01ece4d95377fb2f3643484d095fda8ebeb74ee..8f38ed3a38eac9e5f81d1f325c74abab2eeb4b58 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 /**
  * @file include/ForumManager.php
  * @brief ForumManager class with its methods related to forum functionality *
@@ -88,7 +90,7 @@ class ForumManager {
                $total = count($contacts);
                $visible_forums = 10;
 
-               if(dbm::is_result($contacts)) {
+               if (dbm::is_result($contacts)) {
 
                        $id = 0;