diff options
Diffstat (limited to 'apps/calendar/ajax/settings/timeformat.php')
-rwxr-xr-x | apps/calendar/ajax/settings/timeformat.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/ajax/settings/timeformat.php b/apps/calendar/ajax/settings/timeformat.php index dbcfcb29b42..809164e870a 100755 --- a/apps/calendar/ajax/settings/timeformat.php +++ b/apps/calendar/ajax/settings/timeformat.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -OC_JSON::checkLoggedIn(); +OCP\JSON::checkLoggedIn(); $timeformat = OCP\Config::getUserValue( OCP\USER::getUser(), 'calendar', 'timeformat', "24"); -OC_JSON::encodedPrint(array("timeformat" => $timeformat)); +OCP\JSON::encodedPrint(array("timeformat" => $timeformat)); ?> |