diff options
Diffstat (limited to 'forum/utils/markup.py')
-rw-r--r-- | forum/utils/markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/markup.py b/forum/utils/markup.py index 2b2b8ab1..941e978b 100644 --- a/forum/utils/markup.py +++ b/forum/utils/markup.py @@ -78,7 +78,7 @@ def mentionize_text(text, anticipated_authors): text = text[pos+1:] mentioned_author, text = extract_first_matching_mentioned_author( text, - authors + anticipated_authors ) if mentioned_author: mentioned_authors.append(mentioned_author) |