From 567b5d053dff7e3f862912fd7a2a9c3852060b5b Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Apr 2014 03:31:24 -0700 Subject: handle new tag declarations --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/item.php b/mod/item.php index 00ea4c61d..a63d368f8 100644 --- a/mod/item.php +++ b/mod/item.php @@ -958,7 +958,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { $forum = false; - if(substr($newname,-1,1)) === '+') { + if(substr($newname,-1,1) === '+') { $forum = true; $newname = substr($newname,0,-1); } -- cgit v1.2.3