Merge pull request #1377 from irgsmirx/patch-3

Update lib/base.php
This commit is contained in:
Lukas Reschke 2013-01-30 05:37:52 -08:00
commit bb48e0bbba
1 changed files with 1 additions and 1 deletions

View File

@ -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') {