summaryrefslogtreecommitdiffstats
path: root/application/controllers/IndexController.php
diff options
context:
space:
mode:
authorSimon2011-04-14 16:42:02 +0200
committerSimon2011-04-14 16:42:02 +0200
commita67c52e341e688c377b4d3fb117f2a29bd09e2f9 (patch)
treeaffc1ab60bb75fd0d9faf43e62c5333c0ebf0f9b /application/controllers/IndexController.php
parentfbgui debug fix (diff)
downloadpbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.tar.gz
pbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.tar.xz
pbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.zip
fbgui debug fix
Diffstat (limited to 'application/controllers/IndexController.php')
-rw-r--r--application/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index 00ddc12..041f53f 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -19,7 +19,7 @@ class IndexController extends Zend_Controller_Action
}
$d = new Pbs_Debug();
- $d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['postdata'])));
+ $d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['pbs']['postdata'])));
$this->_redirect('/fbgui/index/index');
}