Skip to content

Commit

Permalink
correct variable name (#4647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlash65 authored and nabinhait committed Dec 18, 2017
1 parent b31c4ed commit 9cf4a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/desk/page/setup_wizard/setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_complete(args):

try:
if args.language and args.language != "english":
set_default_language(get_language_code(args.lang))
set_default_language(get_language_code(args.language))

frappe.clear_cache()

Expand Down

0 comments on commit 9cf4a3a

Please sign in to comment.