]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Mentioning forums with ! only worked partially
authorMichael <heluecht@pirati.ca>
Wed, 24 Jan 2018 07:50:07 +0000 (07:50 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 24 Jan 2018 07:50:07 +0000 (07:50 +0000)
mod/item.php

index b3509dc89de87a55023e577652d133ff1f45095f..623c2f2f8184404963922f2e7e8f0dd2723b8e80 100644 (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];
 }