application/Bootstrap.php: Autoloader does not need session.
This commit is contained in:
parent
da707c1bd7
commit
e153924e10
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue