aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-06-29 09:30:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-06-29 09:38:33 +0000
commit4ba2a47de6b6596c297cedfe425f0900ec0adff0 (patch)
treed180db8a602cdf18d6827023e259e29430c3b528 /testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
parent66dedd32a2b5d08f9a10dbcb89b4f7e5ad05673e (diff)
downloadaports-4ba2a47de6b6596c297cedfe425f0900ec0adff0.tar.bz2
aports-4ba2a47de6b6596c297cedfe425f0900ec0adff0.tar.xz
testing/nextcloud: remove unneeded patch
Diffstat (limited to 'testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch')
-rw-r--r--testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch b/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
deleted file mode 100644
index 59ce980619..0000000000
--- a/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }