diff options
| author | Simon | 2011-04-14 16:42:02 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 16:42:02 +0200 |
| commit | a67c52e341e688c377b4d3fb117f2a29bd09e2f9 (patch) | |
| tree | affc1ab60bb75fd0d9faf43e62c5333c0ebf0f9b /application/modules/fbgui | |
| parent | fbgui debug fix (diff) | |
| download | pbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.tar.gz pbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.tar.xz pbs2-a67c52e341e688c377b4d3fb117f2a29bd09e2f9.zip | |
fbgui debug fix
Diffstat (limited to 'application/modules/fbgui')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 2c8fce9..0b16d70 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -26,7 +26,7 @@ class Fbgui_IndexController extends Zend_Controller_Action $mySession = new Zend_Session_Namespace('pbs'); $d = new Pbs_Debug(); - $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['postdata']))); + $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['pbs']['postdata']))); if(isset($mySession->postdata['bootisoID']) || isset($mySession->postdata['serialnumber'])){ // Create a session |
