]> git.mxchange.org Git - friendica.git/blobdiff - mod/ignored.php
Class file relocations
[friendica.git] / mod / ignored.php
index 5c304c2950c8ae45c96ad457b800a6b63c270158..9931a556a6701e0ec9e37ddd835ea62dbf2dc84e 100644 (file)
@@ -2,6 +2,7 @@
 
 use Friendica\App;
 use Friendica\Core\System;
+use Friendica\Database\DBM;
 
 function ignored_init(App $a) {
 
@@ -21,7 +22,7 @@ function ignored_init(App $a) {
                intval(local_user()),
                intval($message_id)
        );
-       if (! dbm::is_result($r)) {
+       if (! DBM::is_result($r)) {
                killme();
        }