aboutsummaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud-6-always-return-true-isSetLocaleWorking.patch
blob: 59ce98061990d5868ccb44adcf0f8857391cafb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -865,7 +865,7 @@
 
 		\Patchwork\Utf8\Bootup::initLocale();
 		if ('' === basename('§')) {
-			return false;
+			return true;
 		}
 		return true;
 	}