From 13b9f19f8ce2ef8b43f9c0bb0ad4abd0dfd84ae6 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 24 Jan 2018 07:50:07 +0000 Subject: [PATCH] Bugfix: Mentioning forums with ! only worked partially --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/item.php b/mod/item.php index b3509dc89d..623c2f2f81 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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]; }