From 792dff604a81be59880a8d13e687d8b596ed1f25 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 Mar 2011 18:06:03 +0100 Subject: eigene klassen angelegt --- application/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index fe469ce..db7b4e0 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -51,7 +51,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap } protected function _initPlugins() { - $this->bootstrap('autoloaders'); + $this->bootstrap('autoloaders'); $this->bootstrap('frontController'); $plugin = new Pbs_Controller_Plugin_Modularlayout(); $this->frontController->registerPlugin($plugin); -- cgit v1.2.3-55-g7522