aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-16 05:41:29 -0700
committerfriendica <info@friendica.com>2012-03-16 05:41:29 -0700
commit805087af678f922ad75535fa8dbe0fc86d9cd566 (patch)
tree7a03128b8ce3df135729530716596d3bfe611e9c /include/items.php
parentbe1bd9ff4e725f7e60b05acd415aee892e97f956 (diff)
downloadvolse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.tar.gz
volse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.tar.bz2
volse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.zip
whitespace
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index 68acb45f9..5e1fec557 100755
--- a/include/items.php
+++ b/include/items.php
@@ -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),