Call static getInstance instead of protected contructor of AeoJavaScript

This commit is contained in:
Carsten Götzinger 2018-02-13 14:38:25 +01:00
parent 265355e543
commit de73c3d2ec
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class AeoFrontendUtil extends \Frontend {
if (TL_MODE == 'FE') {
global $objPage;
$this->aeoUtil = new AeoUtil();
$this->aeoJavaScript = new AeoJavaScript();
$this->aeoJavaScript = AeoJavaScript::getInstance();
if ($GLOBALS['TL_CONFIG']['aeo_replace_standard_obfuscation'] === true) {
$this->use_rot_13 = $GLOBALS['TL_CONFIG']['aeo_use_rot_13'];