]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 28 Nov 2012 10:35:34 +0000 (11:35 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 28 Nov 2012 10:35:34 +0000 (11:35 +0100)
bin/mozilla/admin.pl

index 3d32a3978fcc5e3d22ac4c767c6ea0f3c61eeda9..9534d95e6cf1f70c668136c059583903f13eb627 100755 (executable)
@@ -98,7 +98,7 @@ sub run {
   if ($form->{action}) {
     if ($auth->authenticate_root($form->{'{AUTH}admin_password'}) != $auth->OK()) {
       $auth->punish_wrong_login;
-      $form->{error_message} = $locale->text('Incorrect Password!');
+      $form->{error} = $locale->text('Incorrect Password!');
       $auth->delete_session_value('admin_password');
       adminlogin();
     } else {