summaryrefslogtreecommitdiffstats
path: root/f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch
diff options
context:
space:
mode:
Diffstat (limited to 'f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch')
-rw-r--r--f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch b/f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch
deleted file mode 100644
index 06b1117..0000000
--- a/f18a6c947869f57c33d0f6f14029bcc9f4cede1f.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From f18a6c947869f57c33d0f6f14029bcc9f4cede1f Mon Sep 17 00:00:00 2001
-From: Johan Cwiklinski <jcwiklinski@teclib.com>
-Date: Wed, 6 Dec 2017 09:21:03 +0100
-Subject: [PATCH] Handle 9.1.7 and 9.1.7.1 releases
-
----
- inc/update.class.php | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/inc/update.class.php b/inc/update.class.php
-index 75c25f8860..615c6db80c 100644
---- a/inc/update.class.php
-+++ b/inc/update.class.php
-@@ -389,6 +389,8 @@ public function doUpdates($current_version = null) {
- case "9.1.4":
- case "9.1.5":
- case "9.1.6":
-+ case "9.1.7":
-+ case "9.1.7.1":
- case "9.2-dev":
- include_once("{$updir}update_91_92.php");
- update91to92();