]> git.mxchange.org Git - friendica.git/blobdiff - include/dfrn.php
Some more caching
[friendica.git] / include / dfrn.php
index fef9ae2fedf07611858821eb6afb8ff2e2afd444..5e4f03779682e71367638fe9325170e5a25ad418 100644 (file)
@@ -2355,7 +2355,7 @@ class dfrn {
                                                dbesc($xt->id),
                                                intval($importer["importer_uid"])
                                        );
-                                       if(count($i)) {
+                                       if (dbm::is_result($i)) {
 
                                                // For tags, the owner cannot remove the tag on the author's copy of the post.