]> git.mxchange.org Git - friendica.git/blobdiff - object/Item.php
frio: add profile link to the notifications url
[friendica.git] / object / Item.php
index 9f01ac59b08af0b0c4bd86fbfff7d6da7b9f62f2..45d2dba3edb78c81c68823eecb1d08e312b4b8c0 100644 (file)
@@ -235,7 +235,7 @@ class Item extends BaseObject {
                                        intval($item['uid']),
                                        intval($item['id'])
                                );
-                               if (count($r)) {
+                               if (dbm::is_result($r)) {
                                        $ignore = array(
                                                'do' => t("ignore thread"),
                                                'undo' => t("unignore thread"),