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
commit ba5ae17fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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