diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-30 05:37:52 -0800 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-30 05:37:52 -0800 |
commit | bb48e0bbba5c4d7efc6b9f4c2b287647180080e0 (patch) | |
tree | 81133c94f7ca2f01e8af39cc65ed6a5e02b31abf | |
parent | 5761bd771f4142394a00083712b63e77f8976946 (diff) | |
parent | 0bce22966cf6a003ad8273373383300ebc94f52a (diff) | |
download | nextcloud-server-bb48e0bbba5c4d7efc6b9f4c2b287647180080e0.tar.gz nextcloud-server-bb48e0bbba5c4d7efc6b9f4c2b287647180080e0.zip |
Merge pull request #1377 from irgsmirx/patch-3
Update lib/base.php
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index f9818d3514e..ebaf33814e3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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') { |