From 3ca277e2b2b647352f9bc6a89e9064eb983db79a Mon Sep 17 00:00:00 2001
From: Philipp <admin@philipp.info>
Date: Thu, 12 Oct 2023 21:34:19 +0200
Subject: [PATCH] Add intlChar Installer-Check

---
 src/Core/Installer.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/Core/Installer.php b/src/Core/Installer.php
index f9a5eda8d6..68f40c01a1 100644
--- a/src/Core/Installer.php
+++ b/src/Core/Installer.php
@@ -404,8 +404,6 @@ class Installer
 		}
 		$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
 
-		// Uncomment when IntlChar is installed in the check pipeline.
-		/*
 		$help   = '';
 		$status = true;
 		if (!class_exists('IntlChar')) {
@@ -414,7 +412,6 @@ class Installer
 			$returnVal = false;
 		}
 		$this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
-		*/
 
 		// check for XML DOM Documents being able to be generated
 		$help = '';
-- 
2.39.5