From 2210252639149f759a76ee12e1085cdb8ff18e7e Mon Sep 17 00:00:00 2001 From: Skullsneeze Date: Wed, 5 Aug 2020 10:20:02 +0200 Subject: [PATCH] Added backported version to update script (cherry picked from commit d71b8b30465019e51e52cf41625c225a315dc63f) --- scripts/update/Updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index 16f209c..6d68181 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -107,7 +107,7 @@ public function update($initialVersion) $this->setVersion('2.5.3'); } - if ($this->isVersion('2.5.3')) { + if ($this->isVersion('2.5.3') | $this->isVersion('2.5.3.1')) { call_user_func(new RegisterPciTextReader(), ['0.8.5']); $this->setVersion('2.5.4'); }