summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-03-16 10:09:45 +0100
committermichael pereira2011-03-16 10:09:45 +0100
commitaa44f9fcb6273a9e20596e788b10c240601c3d1d (patch)
tree154813670be6d64322eecdd04084ba232554e3a0 /application/Bootstrap.php
parentRessource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry (diff)
parentaufruf verschoben (diff)
downloadpbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.gz
pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.xz
pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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);