fix maintenance spelling mistake
This commit is contained in:
parent
cfaa386a41
commit
de8f7daa6d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def application(request):
|
|||
|
||||
init_site(request)
|
||||
|
||||
if frappe.local.conf.get('maintainance_mode'):
|
||||
if frappe.local.conf.get('maintenance_mode'):
|
||||
raise frappe.SessionStopped
|
||||
|
||||
make_form_dict(request)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue