Removed unused variable

This commit is contained in:
Rudi Grinberg 2012-09-13 10:52:58 -04:00
parent 55993352bf
commit dced49c425
2 changed files with 6 additions and 9 deletions

View file

@ -529,9 +529,6 @@ class ScheduleController extends Zend_Controller_Action
$isSaas = Application_Model_Preference::GetPlanLevel() == 'disabled'?false:true;
$showInstanceId = $this->_getParam('id');
// $type is used to determine if this edit is for the specific instance or for all
// repeating shows. It's value is either "instance","rebroadcast", or "all"
$type = $this->_getParam('type');
$this->view->action = "edit-show";
try {