summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/settings/settimeformat.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/settings/settimeformat.php')
-rwxr-xr-x[-rw-r--r--]apps/calendar/ajax/settings/settimeformat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/settings/settimeformat.php b/apps/calendar/ajax/settings/settimeformat.php
index 374825a5d40..428cb4220a1 100644..100755
--- a/apps/calendar/ajax/settings/settimeformat.php
+++ b/apps/calendar/ajax/settings/settimeformat.php
@@ -8,7 +8,7 @@
OC_JSON::checkLoggedIn();
if(isset($_POST["timeformat"])){
- OC_Preferences::setValue(OC_User::getUser(), 'calendar', 'timeformat', $_POST["timeformat"]);
+ OC_Preferences::setValue(OCP\USER::getUser(), 'calendar', 'timeformat', $_POST["timeformat"]);
OC_JSON::success();
}else{
OC_JSON::error();