]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
Class file relocations
[friendica.git] / mod / suggest.php
index e71c726952c582f5c24aefad147763b4bb3e6184..6bc9d0e565a06d643acffce90fe384643db82109 100644 (file)
@@ -2,6 +2,7 @@
 
 use Friendica\App;
 use Friendica\Core\System;
+use Friendica\Database\DBM;
 
 require_once('include/socgraph.php');
 require_once('include/contact_widgets.php');
@@ -67,7 +68,7 @@ function suggest_content(App $a) {
 
        $r = suggestion_query(local_user());
 
-       if (! dbm::is_result($r)) {
+       if (! DBM::is_result($r)) {
                $o .= t('No suggestions available. If this is a new site, please try again in 24 hours.');
                return $o;
        }