From 0a7d2259cc73a4c11b6c7f262a4fcda3a6dcd318 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 14 Apr 2011 16:43:40 +0200 Subject: fbgui debug fix --- application/modules/fbgui/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules') diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 0b16d70..aff640d 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['pbs']['postdata']))); + $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata))); if(isset($mySession->postdata['bootisoID']) || isset($mySession->postdata['serialnumber'])){ // Create a session -- cgit v1.2.3-55-g7522