Author: brosner
Date: Sun Sep 28 21:51:05 2008
New Revision: 39
Modified:
trunk/mailerdev/mailer/__init__.py
Log:
Fixed the incorrect spelling of MAILER_FOR_CHASH_EMAILS to
MAILER_FOR_CRASH_EMAILS.
Modified: trunk/mailerdev/mailer/__init__.py
==============================================================================
--- trunk/mailerdev/mailer/__init__.py (original)
+++ trunk/mailerdev/mailer/__init__.py Sun Sep 28 21:51:05 2008
@@ -32,6 +32,6 @@
message_body=message,
priority=priority).save()
-if getattr(settings, 'MAILER_FOR_CHASH_EMAILS', False):
+if getattr(settings, 'MAILER_FOR_CRASH_EMAILS', False):
from django.core.handlers import base
base.mail_admins = mail_admins
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---