Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
a061464ffb
2 changed files with 6 additions and 2 deletions
|
@ -746,7 +746,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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue