]> git.mxchange.org Git - friendica.git/blobdiff - include/dfrn.php
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / include / dfrn.php
index 689c5c28324b0a934739ef2fe79c33dd01af1588..90ff1dfbbf6b288855713ac9859dee6e8574d2ba 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.