@ -201,7 +201,7 @@ if (api_is_allowed_to_edit(false, true) ||
}
// Editing normal event.
$agenda->edit_event(
$agenda->editEvent(
$eventId,
$startDate,
$endDate,
@ -54,7 +54,7 @@ switch ($action) {
$id_list = explode('_', $_REQUEST['id']);
$id = $id_list[1];
$id,
$_REQUEST['start'],
$_REQUEST['end'],
@ -550,7 +550,7 @@ class Agenda
*
* @return bool
*/
public function edit_event(
public function editEvent(
$start,
$end,