summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-05 11:14:39 +0200
committerBjörn Geiger2011-08-05 11:14:39 +0200
commit3983b3805343c8328f1a6179f1c08679843a1a16 (patch)
tree21e8226f5c509632d3b034be9640224a75222830 /application
parentminor (diff)
downloadpoolctrl-3983b3805343c8328f1a6179f1c08679843a1a16.tar.gz
poolctrl-3983b3805343c8328f1a6179f1c08679843a1a16.tar.xz
poolctrl-3983b3805343c8328f1a6179f1c08679843a1a16.zip
minor
Diffstat (limited to 'application')
-rw-r--r--application/layouts/default.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/layouts/default.phtml b/application/layouts/default.phtml
index 7e9ef62..b1755a6 100644
--- a/application/layouts/default.phtml
+++ b/application/layouts/default.phtml
@@ -1,5 +1,5 @@
<?php
-$bootstrap = $this->getInvokeArg('bootstrap');
+$bootstrap = Zend_Controller_Front::getInstance()->getParam('bootstrap');
$config = $bootstrap->getOptions();
$pbs2host = $this->config['pbs2']['host'];
?>