mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Remove unused function call
This commit is contained in:
parent
079df42103
commit
22db68816e
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ if($errarr){
|
|||
OC_Calendar_Object::updateVCalendarFromRequest($_POST, $vcalendar);
|
||||
$result = OC_Calendar_Object::edit($id, $vcalendar->serialize());
|
||||
if ($data['calendarid'] != $cal) {
|
||||
$calendar = OC_Calendar_Calendar::findCalendar($request['calendar']);
|
||||
OC_Calendar_Object::moveToCalendar($id, $cal);
|
||||
}
|
||||
echo json_encode(array('status' => 'success'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue