remove a closing php tag in calendar

This commit is contained in:
Georg Ehrke 2012-06-16 09:40:03 +02:00
parent ec3033a5dd
commit cbe5449f47
1 changed files with 0 additions and 1 deletions

View File

@ -19,4 +19,3 @@ switch($view){
}
OCP\Config::setUserValue(OCP\USER::getUser(), 'calendar', 'currentview', $view);
OCP\JSON::success();
?>