Skip to content
Snippets Groups Projects
Commit 0bce2296 authored by Tobias Ramforth's avatar Tobias Ramforth
Browse files

Update lib/base.php

Correction of typo "locate" -> "locale".
parent 5761bd77
No related branches found
No related tags found
No related merge requests found
...@@ -502,7 +502,7 @@ class OC ...@@ -502,7 +502,7 @@ class OC
// write error into log if locale can't be set // write error into log if locale can't be set
if (OC_Util::issetlocaleworking() == false) { 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_Config::getValue('installed', false)) {
if (OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax') == 'ajax') { if (OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax') == 'ajax') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment