aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-07 01:04:45 -0700
committerfriendica <info@friendica.com>2012-04-07 01:04:45 -0700
commit3a1c78bd75213e5ed3ad5f5ed4a1349fcf7ce4d5 (patch)
tree046f9324b3bfae14476992ad2290477097fcb088 /mod
parentecabe1d505464577fdc3d3ff0090371c8ca0cf1e (diff)
downloadvolse-hubzilla-3a1c78bd75213e5ed3ad5f5ed4a1349fcf7ce4d5.tar.gz
volse-hubzilla-3a1c78bd75213e5ed3ad5f5ed4a1349fcf7ce4d5.tar.bz2
volse-hubzilla-3a1c78bd75213e5ed3ad5f5ed4a1349fcf7ce4d5.zip
some work on tests
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php
index 72e63865b..6b0a7996c 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -959,6 +959,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
else
$newname = $r[0]['name'];
//add person's id to $inform
+ $inform_id = 'cid:' . $r[0]['id'];
if(strlen($inform))
$inform .= ',';
$inform .= 'cid:' . $r[0]['id'];