mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix setup config
This commit is contained in:
parent
6f687fa6ae
commit
7bc09f8f06
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue