aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-18 10:33:09 +0200
committerkondou <kondou@ts.unde.re>2013-08-18 10:33:09 +0200
commit65d802329f8307cd010a306073d2d3ffd7dc7b74 (patch)
treec40ce107341d3f4a2a8c92889b409b67cfa35d62 /lib/base.php
parent9c5416fe4a12acf5631b8822feb942143bf2408f (diff)
downloadnextcloud-server-65d802329f8307cd010a306073d2d3ffd7dc7b74.tar.gz
nextcloud-server-65d802329f8307cd010a306073d2d3ffd7dc7b74.zip
Fix some naming and spacing in lib/util.php
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index 7a4f5fc7ce4..32e0ebe27e9 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -413,7 +413,7 @@ class OC {
}
self::initPaths();
- OC_Util::isSetlocaleWorking();
+ OC_Util::isSetLocaleWorking();
// set debug mode if an xdebug session is active
if (!defined('DEBUG') || !DEBUG) {
@@ -522,7 +522,7 @@ class OC {
}
// 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 locale to en_US.UTF-8/en_US.UTF8 failed. Support is probably not installed on your system',
OC_Log::ERROR);