mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
Merge pull request #14936 from owncloud/fix-setup-config
Fix setup config namespace
This commit is contained in:
commit
fc0aa0b6ae
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