Merge pull request #4322 from annando/forum-mention
Bugfix: Mentioning forums with ! only worked partially
This commit is contained in:
commit
ba5ae17fe0
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue