summaryrefslogtreecommitdiffstats
path: root/kronolith-php72.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-05 07:14:13 +0200
committerRemi Collet <remi@remirepo.net>2018-07-05 07:14:13 +0200
commitbffd387834b51193a38d232ab3fb166f48418b2d (patch)
tree50d739e8bb641fed50eb820326a8db86fce46e98 /kronolith-php72.patch
parent66c96021deac9cd805e821e03429067c940e413a (diff)
v4.2.24
Diffstat (limited to 'kronolith-php72.patch')
-rw-r--r--kronolith-php72.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/kronolith-php72.patch b/kronolith-php72.patch
deleted file mode 100644
index fd51596..0000000
--- a/kronolith-php72.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up ./lib/Event.php.fix ./lib/Event.php
---- ./lib/Event.php.fix 2017-10-13 14:30:50.754164418 +0200
-+++ ./lib/Event.php 2017-10-13 14:31:04.412234396 +0200
-@@ -795,7 +795,7 @@ abstract class Kronolith_Event
-
- // Tags
- if ($this->tags) {
-- if (count($this->tags == 1)) {
-+ if (count($this->tags) == 1) {
- $vEvent->setAttribute('CATEGORIES', $this->tags[0]);
- } else {
- $vEvent->setAttribute('CATEGORIES', '', array(), true, $this->tags);