summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
authorSebastian Wagner2011-08-22 15:48:17 +0200
committerSebastian Wagner2011-08-22 15:48:17 +0200
commit56e92a1d0229f603a24bd7b35e1d49544222ddb5 (patch)
treeb670bee2ca13484f7b1e3433aae81f294a1c1f45 /application/controllers/GearmanController.php
parentkleine Korrekutr (diff)
downloadpoolctrl-56e92a1d0229f603a24bd7b35e1d49544222ddb5.tar.gz
poolctrl-56e92a1d0229f603a24bd7b35e1d49544222ddb5.tar.xz
poolctrl-56e92a1d0229f603a24bd7b35e1d49544222ddb5.zip
some calendar changes
Diffstat (limited to 'application/controllers/GearmanController.php')
-rw-r--r--application/controllers/GearmanController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/GearmanController.php b/application/controllers/GearmanController.php
index a0de744..8c33dcc 100644
--- a/application/controllers/GearmanController.php
+++ b/application/controllers/GearmanController.php
@@ -22,8 +22,8 @@ class GearmanController extends Zend_Controller_Action
if(isset($this->userIDsNamespace['apikey'])) {
$this->acl = new Poolctrl_Acl($this->pbs2host, $this->config['pbs2']['checkright'] . $this->userIDsNamespace['apikey'], 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
}
- $this->gearmanServerHost = $this->config['gearman']['server']['host'];
$this->gearmanServerPort = $this->config['gearman']['server']['port'];
+ $this->gearmanServerHost = $this->config['gearman']['server']['host'];
$this->gearmanWorkerWaitTime = $this->config['gearman']['worker']['waitTime'];
$this->gearmanWorkerUpdateRate = $this->config['gearman']['worker']['updateRate'];
$this->gearmanClient = new GearmanClient();