summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 11:48:34 +0100
committermichael2011-11-22 11:48:34 +0100
commit3558e78c88bf57145625bb91e30732fb9b0db2ee (patch)
tree00701c18b8051f122d6ff7e4d8e9bf126d2577d3
parenthomefolder owner (diff)
downloadpbs2-3558e78c88bf57145625bb91e30732fb9b0db2ee.tar.gz
pbs2-3558e78c88bf57145625bb91e30732fb9b0db2ee.tar.xz
pbs2-3558e78c88bf57145625bb91e30732fb9b0db2ee.zip
fbgui debug
-rw-r--r--application/modules/fbgui/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 3f59873..3b71921 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -38,7 +38,7 @@ class Fbgui_IndexController extends Zend_Controller_Action
$mySession = new Zend_Session_Namespace('pbs');
if(count($mySession->postdata)<=0){
- $mySession->postdata = $_POST;
+ $mySession->postdata = $_GET;
}
$result = $this->_request->getParam('notify');