remove duplicate CEC Hook
(cherry picked from commit 9dee967722a1401e7f6dc8e4e89bc7f037ac068e)
This commit is contained in:
parent
9706ca00c7
commit
5a782ad72f
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue