CLRF
This commit is contained in:
parent
634eb40a0c
commit
19ba788bae
2 changed files with 19 additions and 19 deletions
|
@ -119,14 +119,14 @@ class PlayouthistoryController extends Zend_Controller_Action
|
|||
unset($this->view->form);
|
||||
}
|
||||
|
||||
public function createListItemAction()
|
||||
{
|
||||
public function createListItemAction()
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$params = $request->getPost();
|
||||
Logging::info($params);
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService->createPlayedItem($params);
|
||||
Logging::info($params);
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService->createPlayedItem($params);
|
||||
}
|
||||
|
||||
public function editListItemAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue