Fix in error_reporting
This commit is contained in:
parent
e632432886
commit
729f529129
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if hasattr(config, 'email_failed'):
|
||||||
|
|
||||||
class ErrorReportingPlugin(object):
|
class ErrorReportingPlugin(object):
|
||||||
|
|
||||||
name = 'login'
|
name = 'error_reporting'
|
||||||
api = 2
|
api = 2
|
||||||
|
|
||||||
def apply(self, callback, context):
|
def apply(self, callback, context):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue