From e0581f27396a8258a4ef4eb6a6aae6f95174f5c6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jul 2011 15:51:03 +0200 Subject: minor --- application/controllers/EventController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/EventController.php') diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php index 4d4759d..6925403 100644 --- a/application/controllers/EventController.php +++ b/application/controllers/EventController.php @@ -208,7 +208,7 @@ class EventController extends Zend_Controller_Action $bootosobj->setTitle(sprintf("%s", $bootos->title)); $bootoslist[$bootosobj->getID()] = $bootosobj; } - $poolApiResult = PostToHost($this->pbs2host, $this->config['pbs2']['getbootoss'] . $this->config['pbs2']['apikey'], 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], 'poolctrl', ''); + $poolApiResult = PostToHost($this->pbs2host, $this->config['pbs2']['getpools'] . $this->config['pbs2']['apikey'], 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], 'poolctrl', ''); $poolXMLString = $poolApiResult['http-body']; $poolXML = new SimpleXMLElement($poolXMLString); foreach($poolXML->poollist->pool as $pool) { -- cgit v1.2.3-55-g7522