Changed tabs to spaces

This commit is contained in:
Duncan Sommerville 2014-11-07 12:05:29 -05:00
parent 4dab2abf4e
commit f6bf2f8cc5
1 changed files with 22 additions and 22 deletions

View File

@ -38,7 +38,7 @@ class PlaylistController extends Zend_Controller_Action
$obj = null;
$objInfo = Application_Model_Library::getObjInfo($p_type);
$obj_sess = new Zend_Session_Namespace( UI_PLAYLISTCONTROLLER_OBJ_SESSNAME);
$obj_sess = new Zend_Session_Namespace(UI_PLAYLISTCONTROLLER_OBJ_SESSNAME);
if (isset($obj_sess->id)) {
$obj = new $objInfo['className']($obj_sess->id);