Merge branch '2.3.x' into devel

This commit is contained in:
Martin Konecny 2013-04-04 15:15:19 -04:00
commit fcbac2a044
2 changed files with 6 additions and 2 deletions

View file

@ -726,7 +726,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');