diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |