From 3a1c78bd75213e5ed3ad5f5ed4a1349fcf7ce4d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 7 Apr 2012 01:04:45 -0700 Subject: some work on tests --- mod/item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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']; -- cgit v1.2.3