aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:28:22 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:28:22 -0400
commita8c1cbc65592b58beb2042defa476acdd27fe8fd (patch)
tree0476b132c4cb6dc74dae9cbf493db258610cc9e3 /include/items.php
parente21bf3341b89363207271d42e2d1163639b06d12 (diff)
parent28f941193d75ca12f4cb2a38a1c60e60ad10f2a6 (diff)
downloadvolse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.tar.gz
volse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.tar.bz2
volse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: syntax error from pasted text, remove ^M's bug #335 network search broken after new ssl policy settings whitespace notification for disapora comments * master:
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),