diff --git a/typo3/sysext/em/classes/tools/class.tx_em_tools.php b/typo3/sysext/em/classes/tools/class.tx_em_tools.php index e7fa31e64bf38fa705f3800a3efd12e54b6a0375..17cd7429d81136936d1cbde2f1a6c2e768b06328 100644 --- a/typo3/sysext/em/classes/tools/class.tx_em_tools.php +++ b/typo3/sysext/em/classes/tools/class.tx_em_tools.php @@ -313,7 +313,7 @@ final class tx_em_Tools { */ public static function includeEMCONF($path, $_EXTKEY) { $EM_CONF = NULL; - @include($path); + include($path); if (is_array($EM_CONF[$_EXTKEY])) { return self::fixEMCONF($EM_CONF[$_EXTKEY]); }