Merge pull request #4322 from annando/forum-mention

Bugfix: Mentioning forums with ! only worked partially
This commit is contained in:
Hypolite Petovan
2018-01-24 02:52:04 -05:00
committed by GitHub

View File

@@ -1045,5 +1045,5 @@ function handle_tag(App $a, &$body, &$inform, &$str_tags, $profile_uid, $tag, $n
} }
} }
return ['replaced' => $replaced, 'contact' => $r[0]]; return ['replaced' => $replaced, 'contact' => $contact];
} }