diff options
Diffstat (limited to 'forum/models/content.py')
-rw-r--r-- | forum/models/content.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/models/content.py b/forum/models/content.py index 441f7133..eb2b423e 100644 --- a/forum/models/content.py +++ b/forum/models/content.py @@ -75,6 +75,7 @@ class Content(models.Model): comment.save() self.comment_count = self.comment_count + 1 self.save() + return comment def get_instant_notification_subscribers( self, |