Fix setup config

This commit is contained in:
Vincent Petry 2015-03-16 17:57:34 +01:00
parent 6f687fa6ae
commit 7bc09f8f06
1 changed files with 1 additions and 1 deletions

View 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