handle new tag declarations

This commit is contained in:
friendica 2014-04-12 03:31:24 -07:00
parent 71929c6caa
commit 567b5d053d

View File

@ -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);
}