aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-07 02:11:56 -0700
committerfriendica <info@friendica.com>2012-04-07 02:11:56 -0700
commitcf2d8ef7a6ebbaefd0210396eeaa6686480a02ac (patch)
tree9b1f7ba17dcb24dd3e254956b22e31fa29a0ca15 /mod/item.php
parentf30146b521bf079e2651484e0e63f9596d6a3dd6 (diff)
downloadvolse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.tar.gz
volse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.tar.bz2
volse-hubzilla-cf2d8ef7a6ebbaefd0210396eeaa6686480a02ac.zip
tag tests cont.
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 6b0a7996c..72e63865b 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -959,7 +959,6 @@ 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'];