From 8e1302857fb4350bb68a7b334a183ba68c59e91c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2011 15:09:44 +0100 Subject: Login funktioniert --- application/Bootstrap.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index 26169dd..6ac8a0e 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -3,5 +3,9 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { + protected function _initAuth(){ + $auth = Zend_Auth::getInstance(); + $auth->setStorage(new Zend_Auth_Storage_Session('auth')); + } } -- cgit v1.2.3-55-g7522