Merge pull request #14936 from owncloud/fix-setup-config

Fix setup config namespace
This commit is contained in:
Morris Jobke 2015-03-16 18:47:42 +01:00
commit fc0aa0b6ae
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