]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix setup config
authorVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 16:57:34 +0000 (17:57 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 16:57:34 +0000 (17:57 +0100)
lib/private/setup.php

index 044b57f6c8c2c6e1ef216ac0e178bbc3efe12d24..84ac735f27f93bb2aeacc3dff991bb9c228efdae 100644 (file)
@@ -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