From d849b2010f037072721accf14da99f6f07b3b5c8 Mon Sep 17 00:00:00 2001 From: Stephan Bauer Date: Tue, 18 Feb 2025 21:30:17 +0100 Subject: [PATCH] GeneralUtility::getFilesInDir(): Argument #5 ($excludePattern) must be of type string, null given --- Classes/Utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Utility.php b/Classes/Utility.php index b0ffe28..5f25f46 100644 --- a/Classes/Utility.php +++ b/Classes/Utility.php @@ -203,7 +203,7 @@ public static function getInstExtList($path) $currentExt['extkey'] = $extKey; $currentExt['installed'] = ExtensionManagementUtility::isLoaded($extKey); $currentExt['EM_CONF'] = $emConf; - $currentExt['files'] = GeneralUtility::getFilesInDir($path . $extKey, '', 0, '', null); + $currentExt['files'] = GeneralUtility::getFilesInDir($path . $extKey); $currentExt['lastversion'] = Utility::checkExtensionUpdate($currentExt); // db infos