summaryrefslogtreecommitdiffstats
path: root/application/controllers/IndexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/IndexController.php')
-rw-r--r--application/controllers/IndexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index 1321c14..f04aad4 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -7,6 +7,7 @@ class IndexController extends Zend_Controller_Action
public function init()
{
+ $bootstrap = $this->getInvokeArg('bootstrap');
$this->config = $bootstrap->getOptions();
$this->pbs2host = $this->config['pbs2']['host'];
}