summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-24 13:56:27 +0200
committerBjörn Geiger2011-08-24 13:56:27 +0200
commit88c3105d9bee90653a1327062183a0726377e9ad (patch)
tree70032ee8e0e9ca33ec3e382de20c580e3424dc3e /application/controllers/GearmanController.php
parentminor (diff)
downloadpoolctrl-88c3105d9bee90653a1327062183a0726377e9ad.tar.gz
poolctrl-88c3105d9bee90653a1327062183a0726377e9ad.tar.xz
poolctrl-88c3105d9bee90653a1327062183a0726377e9ad.zip
verschiedene Korrekturen
Diffstat (limited to 'application/controllers/GearmanController.php')
-rw-r--r--application/controllers/GearmanController.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/application/controllers/GearmanController.php b/application/controllers/GearmanController.php
index 6c77511..8c807bc 100644
--- a/application/controllers/GearmanController.php
+++ b/application/controllers/GearmanController.php
@@ -105,8 +105,8 @@ class GearmanController extends Zend_Controller_Action
'eventOS' => $eventOS,
'updateRate' => $this->gearmanWorkerUpdateRate,
'waitTime' => $this->gearmanWorkerWaitTime,
- 'host' => $this->gearmanServerHost,
- 'port' => $this->gearmanServerPort,
+ 'gearmanServerHost' => $this->gearmanServerHost,
+ 'gearmanServerPort' => $this->gearmanServerPort,
'blacklist' => $this->config['gearman']['worker']['ps']['blacklist'],
'whitelist' => $this->config['gearman']['worker']['ps']['whitelist'],
'clients' => array(
@@ -130,8 +130,8 @@ class GearmanController extends Zend_Controller_Action
'eventName' => $eventName,
'updateRate' => $this->gearmanWorkerUpdateRate,
'waitTime' => $this->gearmanWorkerWaitTime,
- 'host' => $this->gearmanServerHost,
- 'port' => $this->gearmanServerPort,
+ 'gearmanServerHost' => $this->gearmanServerHost,
+ 'gearmanServerPort' => $this->gearmanServerPort,
'blacklist' => $this->config['gearman']['worker']['ps']['blacklist'],
'whitelist' => $this->config['gearman']['worker']['ps']['whitelist'],
'clients' => array(
@@ -155,8 +155,8 @@ class GearmanController extends Zend_Controller_Action
'eventName' => $eventName,
'updateRate' => $this->gearmanWorkerUpdateRate,
'waitTime' => $this->gearmanWorkerWaitTime,
- 'host' => $this->gearmanServerHost,
- 'port' => $this->gearmanServerPort,
+ 'gearmanServerHost' => $this->gearmanServerHost,
+ 'gearmanServerPort' => $this->gearmanServerPort,
'blacklist' => $this->config['gearman']['worker']['ps']['blacklist'],
'whitelist' => $this->config['gearman']['worker']['ps']['whitelist'],
'clients' => array(