diff options
author | friendica <info@friendica.com> | 2012-03-16 05:41:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-16 05:41:29 -0700 |
commit | 805087af678f922ad75535fa8dbe0fc86d9cd566 (patch) | |
tree | 7a03128b8ce3df135729530716596d3bfe611e9c /include | |
parent | be1bd9ff4e725f7e60b05acd415aee892e97f956 (diff) | |
download | volse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.tar.gz volse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.tar.bz2 volse-hubzilla-805087af678f922ad75535fa8dbe0fc86d9cd566.zip |
whitespace
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 1 |
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), |