Removed unused variable
This commit is contained in:
parent
55993352bf
commit
dced49c425
2 changed files with 6 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue