summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-05 10:51:38 +0200
committerBjörn Geiger2011-08-05 10:51:38 +0200
commit8efb34b8e6495a2fab2c08651f43a52236da56ad (patch)
tree8a14a74741d77d62f0f5255f824c3b68f2985190 /application/controllers/GearmanController.php
parentFehler korrigiert (diff)
downloadpoolctrl-8efb34b8e6495a2fab2c08651f43a52236da56ad.tar.gz
poolctrl-8efb34b8e6495a2fab2c08651f43a52236da56ad.tar.xz
poolctrl-8efb34b8e6495a2fab2c08651f43a52236da56ad.zip
weiteren Fehler korrigiert
Diffstat (limited to 'application/controllers/GearmanController.php')
-rw-r--r--application/controllers/GearmanController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/GearmanController.php b/application/controllers/GearmanController.php
index 3775996..dcad3dc 100644
--- a/application/controllers/GearmanController.php
+++ b/application/controllers/GearmanController.php
@@ -10,6 +10,7 @@ class GearmanController extends Zend_Controller_Action
{
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');