From affe7de842eb3d2e096dc8b417cf45f91b8e967f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 22 Dec 2020 15:16:16 +0100 Subject: [PATCH] Fixed typo (references #1208) --- helpers/PrerequisiteChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/PrerequisiteChecker.php b/helpers/PrerequisiteChecker.php index 1d83bbd3..cbe0a3a3 100644 --- a/helpers/PrerequisiteChecker.php +++ b/helpers/PrerequisiteChecker.php @@ -4,7 +4,7 @@ class ERequirementNotMet extends Exception { } -const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype']]; +const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype']; const REQUIRED_SQLITE_VERSION = '3.8.3'; class PrerequisiteChecker