summaryrefslogtreecommitdiffstats
path: root/application/controllers/PersonController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/PersonController.php')
-rw-r--r--application/controllers/PersonController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/PersonController.php b/application/controllers/PersonController.php
index f701a8e..91ced77 100644
--- a/application/controllers/PersonController.php
+++ b/application/controllers/PersonController.php
@@ -23,6 +23,7 @@ class PersonController extends Zend_Controller_Action
public function init()
{
if (Zend_Auth::getInstance()->hasIdentity()) {
+ $bootstrap = $this->getInvokeArg('bootstrap');
$this->config = $bootstrap->getOptions();
$this->pbs2host = $this->config['pbs2']['host'];
$this->userIDsNamespace = Zend_Session::namespaceGet('userIDs');