BugFix: fixed email.
This commit is contained in:
@@ -95,7 +95,7 @@ class AbstractEventMail(AbstractMail):
|
||||
def send(self):
|
||||
if not app_config.settings.enable_email_notifications:
|
||||
return None
|
||||
return super(AbstractMail, self).send()
|
||||
return super(AbstractEventMail, self).send()
|
||||
|
||||
|
||||
class NewEventMail(AbstractEventMail):
|
||||
|
||||
Reference in New Issue
Block a user