Changed function title when editing a repeating instance
Removed a function call we don't need when editing a repeating instance
This commit is contained in:
parent
1577b7c41e
commit
d0474f4247
2 changed files with 3 additions and 6 deletions
|
@ -437,7 +437,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
if ($service_showForm->validateShowForms($forms, $data, $validateStartDate,
|
||||
$originalShowStartDateTime, true, $data["add_show_instance_id"])) {
|
||||
|
||||
$service_show->createShowFromRepeatingInstance($data);
|
||||
$service_show->editRepeatingShowInstance($data);
|
||||
|
||||
$this->view->addNewShow = true;
|
||||
$this->view->newForm = $this->view->render('schedule/add-show-form.phtml');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue