Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 3cbed06

Browse files
author
Charles Ma
committed
STYLE: refs #225 Fixed dashboard
1 parent 99e9c07 commit 3cbed06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/controllers/UserController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function loginAction()
178178
{
179179
$notifications = Zend_Registry::get('notifier')->callback("CALLBACK_CORE_AUTHENTIFICATION", array('email' => $form->getValue('email'), 'password' => $form->getValue('password')));
180180
}
181-
catch (Zend_Exception $exc)
181+
catch(Zend_Exception $exc)
182182
{
183183
$this->getLogger()->crit($exc->getMessage());
184184
}
@@ -292,7 +292,7 @@ public function validentryAction()
292292
{
293293
$notifications = Zend_Registry::get('notifier')->callback("CALLBACK_CORE_AUTHENTIFICATION", array('email' => $entry, 'password' => $password));
294294
}
295-
catch (Zend_Exception $exc)
295+
catch(Zend_Exception $exc)
296296
{
297297
$this->getLogger()->crit($exc->getMessage());
298298
}

0 commit comments

Comments
 (0)