This commit is contained in:
Naomi 2013-08-20 17:23:48 -04:00
parent 007a7ee7ef
commit 84efdfd64a
2 changed files with 36 additions and 36 deletions

View file

@ -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()