crlf
This commit is contained in:
parent
007a7ee7ef
commit
84efdfd64a
2 changed files with 36 additions and 36 deletions
|
@ -194,12 +194,12 @@ class PlayouthistoryController extends Zend_Controller_Action
|
|||
$historyService->deletePlayedItem($history_id);
|
||||
}
|
||||
|
||||
public function deleteListItemsAction()
|
||||
{
|
||||
$history_ids = $this->_getParam('ids');
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService->deletePlayedItems($history_ids);
|
||||
public function deleteListItemsAction()
|
||||
{
|
||||
$history_ids = $this->_getParam('ids');
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService->deletePlayedItems($history_ids);
|
||||
}
|
||||
|
||||
public function updateListItemAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue