remove duplicate CEC Hook

(cherry picked from commit 9dee967722a1401e7f6dc8e4e89bc7f037ac068e)
This commit is contained in:
Ortwin Pinke 2024-08-16 17:37:16 +02:00
parent 9706ca00c7
commit 5a782ad72f

View file

@ -131,9 +131,6 @@ if (isset($_GET['action']) && $_GET['action'] == 'get_compressed') {
exit();
}
// Call hook after plugins are loaded, added by Murat Purc, 2008-09-07
CEC_Hook::execute('Contenido.Frontend.AfterLoadPlugins');
if (!isset($encoding) || !is_array($encoding) || count($encoding) == 0) {
// get encodings of all languages
$encoding = array();