CC-5855: Output to zendlog when files are deleted from library

This commit is contained in:
drigato 2014-05-20 14:15:51 -04:00
parent 691841eba4
commit 4cdd855a21
2 changed files with 1 additions and 3 deletions

View file

@ -78,8 +78,6 @@ class LibraryController extends Zend_Controller_Action
$obj_sess = new Zend_Session_Namespace(UI_PLAYLISTCONTROLLER_OBJ_SESSNAME);
if (isset($obj_sess->id)) {
$objInfo = Application_Model_Library::getObjInfo($obj_sess->type);
Logging::info($obj_sess->id);
Logging::info($obj_sess->type);
$objInfo = Application_Model_Library::getObjInfo($obj_sess->type);
$obj = new $objInfo['className']($obj_sess->id);