Stop calling no longer existing function

This commit is contained in:
Nathan Gray 2014-04-08 14:42:56 +00:00
parent d7c1b5e56f
commit c97452e940

View File

@ -718,7 +718,6 @@ class calendar_uiforms extends calendar_ui
{ {
$event['button_was'] = $button; // remember for confirm $event['button_was'] = $button; // remember for confirm
$preserv['duration'] = $content['duration']; $preserv['duration'] = $content['duration'];
return $this->confirm_edit_series($event,$preserv);
} }
} }
} }