This commit is contained in:
Naomi 2013-07-29 17:22:44 -04:00
parent 8eecbb18c0
commit a2d4af5449
2 changed files with 13 additions and 13 deletions

View file

@ -212,7 +212,7 @@ class PlayouthistoryController extends Zend_Controller_Action
$params = $request->getPost();
Logging::info($params);
$historyService = new Application_Service_HistoryService();
$historyService = new Application_Service_HistoryService();
$historyService->createItemTemplate($params);
}