- small fix

This commit is contained in:
denise 2012-08-23 10:19:00 -04:00
parent 5d40bd851d
commit 38173bd3a2
1 changed files with 1 additions and 0 deletions
airtime_mvc/application/controllers

View File

@ -56,6 +56,7 @@ 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);