fix in user password change by system manager

This commit is contained in:
Anand Doshi 2012-03-02 12:18:47 +05:30
parent a7c2de6164
commit ecd8df8cfb
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ $.extend(wn.pages.users, {
btn.pwd_dialog.hide();
args.sys_admin_pwd = btn.pwd_dialog.get_values().sys_admin_pwd;
btn.set_working();
me.update_security(args);
me.update_security(btn, args);
btn.done_working();
}

View File

@ -1 +1 @@
814
816