diff options
| author | Simon | 2011-01-31 11:16:05 +0100 |
|---|---|---|
| committer | Simon | 2011-01-31 11:16:05 +0100 |
| commit | f1dbb75a3e280a2c9b399d3408b740c055ccc18f (patch) | |
| tree | eae0366c6047f161fc31287215ea9a26719a5651 /application/controllers/AuthController.php | |
| parent | authController hinzugefügt (diff) | |
| download | pbs2-f1dbb75a3e280a2c9b399d3408b740c055ccc18f.tar.gz pbs2-f1dbb75a3e280a2c9b399d3408b740c055ccc18f.tar.xz pbs2-f1dbb75a3e280a2c9b399d3408b740c055ccc18f.zip | |
Probleme mit Auth
Diffstat (limited to 'application/controllers/AuthController.php')
| -rw-r--r-- | application/controllers/AuthController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/AuthController.php b/application/controllers/AuthController.php index fa228ea..32d2eb3 100644 --- a/application/controllers/AuthController.php +++ b/application/controllers/AuthController.php @@ -7,9 +7,9 @@ class AuthController extends Zend_Controller_Action { $db = $this->_getParam('db'); - $loginForm = new Default_Form_Auth_Login($_POST); + $loginForm = new Application_Form_AuthLogin($_POST); - if ($loginForm->isValid()) { + if ($loginForm->isValid($loginForm)) { $adapter = new Zend_Auth_Adapter_DbTable( $db, |
