diff options
| author | michael pereira | 2011-03-16 10:09:45 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 10:09:45 +0100 |
| commit | aa44f9fcb6273a9e20596e788b10c240601c3d1d (patch) | |
| tree | 154813670be6d64322eecdd04084ba232554e3a0 /application/Bootstrap.php | |
| parent | Ressource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry (diff) | |
| parent | aufruf verschoben (diff) | |
| download | pbs2-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.php | 2 |
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); |
