Skip to content

Commit

Permalink
Fixes #250
Browse files Browse the repository at this point in the history
  • Loading branch information
WildcardSearch committed Aug 27, 2019
1 parent 2e8cd6f commit 92b8647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upload/inc/plugins/MentionMe/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function mentionMeParseMessage($message)
*
* quoted
*/
$message = preg_replace_callback('#@([\'|"|`])(?P<quoted>[^<>&\\\;,\n]+?)\1#u', 'mentionDetect', $message);
$message = preg_replace_callback('#@([\'|"|`](?!\s))(?P<quoted>[^<>&\\\;,\n]+?)\1#u', 'mentionDetect', $message);

/**
* unquoted
Expand Down

0 comments on commit 92b8647

Please sign in to comment.