summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-03-16 17:57:34 +0100
committerVincent Petry <pvince81@owncloud.com>2015-03-16 17:57:34 +0100
commit7bc09f8f06660677766aa1478a92f56b5ddd67c8 (patch)
treec74e8138c1fb1086e24b8eef55e99de2523e9eca /lib
parent6f687fa6ae2fb2927ca89888295c8bf6916e8e38 (diff)
downloadnextcloud-server-7bc09f8f06660677766aa1478a92f56b5ddd67c8.tar.gz
nextcloud-server-7bc09f8f06660677766aa1478a92f56b5ddd67c8.zip
Fix setup config
Diffstat (limited to 'lib')
-rw-r--r--lib/private/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/setup.php b/lib/private/setup.php
index 044b57f6c8c..84ac735f27f 100644
--- a/lib/private/setup.php
+++ b/lib/private/setup.php
@@ -330,7 +330,7 @@ class Setup {
//try to write logtimezone
if (date_default_timezone_get()) {
- OC_Config::setValue('logtimezone', date_default_timezone_get());
+ \OC_Config::setValue('logtimezone', date_default_timezone_get());
}
//and we are done