summaryrefslogtreecommitdiffstats
path: root/forum/models/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/models/user.py')
-rw-r--r--forum/models/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/models/user.py b/forum/models/user.py
index c6f95505..c05d911b 100644
--- a/forum/models/user.py
+++ b/forum/models/user.py
@@ -159,7 +159,7 @@ class EmailFeedSettingManager(models.Manager):
for feed in feeds:
if feed.feed_type == 'm_and_c':
- if post.__clas__.__name__ == 'Comment':#isinstance(post, Comment):
+ if post.__class__.__name__ == 'Comment':#isinstance(post, Comment):
return True
else:
if subscriber in newly_mentioned_users: