зеркало из https://github.com/nextcloud/server.git
Update lib/base.php
Correction of typo "locate" -> "locale".
This commit is contained in:
Родитель
5761bd771f
Коммит
0bce22966c
|
@ -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') {
|
||||
|
|
Загрузка…
Ссылка в новой задаче