remove a closing php tag in calendar

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

View File

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