Bugfix: Mentioning forums with ! only worked partially

This commit is contained in:
Michael 2018-01-24 07:50:07 +00:00
parent c02c8c0293
commit 13b9f19f8c
1 changed files with 1 additions and 1 deletions

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];
}