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:
drigato 2013-12-12 16:47:55 -05:00
parent 1577b7c41e
commit d0474f4247
2 changed files with 3 additions and 6 deletions

View file

@ -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');