summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php2
1 files changed, 1 insertions, 1 deletions
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);