]> git.mxchange.org Git - friendica.git/commitdiff
whitespace
authorfriendica <info@friendica.com>
Fri, 16 Mar 2012 12:41:29 +0000 (05:41 -0700)
committerfriendica <info@friendica.com>
Fri, 16 Mar 2012 12:41:29 +0000 (05:41 -0700)
include/items.php

index 68acb45f9b6fc7bbf86183316421dd3587b2bf3d..5e1fec55785d55e41611a439ee93f4e0de8e0c93 100755 (executable)
@@ -2026,6 +2026,7 @@ function local_delivery($importer,$data) {
                                        if(($item['verb'] === ACTIVITY_TAG) && ($item['object-type'] === ACTVITY_OBJ_TAGTERM)) {
                                                $xo = parse_xml_string($item['object'],false);
                                                $xt = parse_xml_string($item['target'],false);
+
                                                if($xt->type === ACTIVITY_OBJ_NOTE) {
                                                        $i = q("select * from `item` where uri = '%s' and uid = %d limit 1",
                                                                dbesc($xt->id),