commit
bb48e0bbba
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ class OC
|
|||
|
||||
// write error into log if locale can't be set
|
||||
if (OC_Util::issetlocaleworking() == false) {
|
||||
OC_Log::write('core', 'setting locate to en_US.UTF-8 failed. Support is probably not installed on your system', OC_Log::ERROR);
|
||||
OC_Log::write('core', 'setting locale to en_US.UTF-8 failed. Support is probably not installed on your system', OC_Log::ERROR);
|
||||
}
|
||||
if (OC_Config::getValue('installed', false)) {
|
||||
if (OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax') == 'ajax') {
|
||||
|
|
Loading…
Reference in a new issue