diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:28:22 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:28:22 -0400 |
commit | a8c1cbc65592b58beb2042defa476acdd27fe8fd (patch) | |
tree | 0476b132c4cb6dc74dae9cbf493db258610cc9e3 /include/items.php | |
parent | e21bf3341b89363207271d42e2d1163639b06d12 (diff) | |
parent | 28f941193d75ca12f4cb2a38a1c60e60ad10f2a6 (diff) | |
download | volse-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-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), |