I have an Asterisk moudule installed, and my include/utils/LogicHook.php
calls custom/modules/logic_hooks.php
content of custom/modules/logic_hooks.php
PHP Code:
<?php
// Do not store anything in this file that is not part of the array or the hook version. This file will
// be automatically rebuilt in the future.
$hook_version = 1;
$hook_array = Array();
// position, file, function
$hook_array['after_ui_frame'] = Array();
$hook_array['after_ui_frame'][] = Array(1, 'Asterisk', 'modules/Asterisk/include/AsteriskJS.php','AsteriskJS', 'echoJavaScript');
?>
But this only happens if i have Slovenian Language, with English I don't get this error
Bookmarks