CC-5039: Encoded forward slash causing lots of apache error logs

-fixed: data should have been sent as POST rather than GET
This commit is contained in:
Martin Konecny 2013-04-04 15:12:52 -04:00
parent 3c68a295b4
commit 301115c035
2 changed files with 6 additions and 2 deletions

View file

@ -724,7 +724,7 @@ class ApiController extends Zend_Controller_Action
{
$request = $this->getRequest();
$msg = $request->getParam('msg');
$msg = $request->getParam('msg_post');
$stream_id = $request->getParam('stream_id');
$boot_time = $request->getParam('boot_time');