Browse Source

Import correct attribute.

Rafał Pitoń 11 years ago
parent
commit
a78c18ed28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/apps/threadtype/posting/base.py

+ 1 - 1
misago/apps/threadtype/posting/base.py

@@ -55,7 +55,7 @@ class PostingBaseView(ViewBase):
 
     def notify_users(self):
         try:
-            post_mentions = self.md
+            post_mentions = self.md.mentions
         except AttributeError:
             post_mentions = False