Remove unused function call

This commit is contained in:
Bart Visscher 2011-09-17 01:54:06 +02:00
parent 079df42103
commit 22db68816e
1 changed files with 0 additions and 1 deletions

View File

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