Archived
1
0
Fork 0

application/Bootstrap.php: Autoloader does not need session.

This commit is contained in:
Henrik Hautakoski 2014-10-28 19:53:00 +01:00
parent da707c1bd7
commit e153924e10

View file

@ -208,8 +208,6 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
*/
protected function _initAutoloader()
{
$this->bootstrap('session');
$autoloader = Zend_Loader_Autoloader::getInstance();
$autoloader->registerNamespace('Fiktiv_');
$autoloader->setFallbackAutoloader(true);