mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #2751 from Borkason/patch-1
Fix indentation in util.php.
This commit is contained in:
commit
e91e8b1170
1 changed files with 2 additions and 2 deletions
|
|
@ -618,8 +618,8 @@ class OC_Util {
|
|||
$result = setlocale(LC_ALL, 'en_US.UTF-8', 'en_US.UTF8');
|
||||
if($result == false) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue