diff --git a/core/page.class.php b/core/page.class.php index 398fb10d..e813285b 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -417,7 +417,7 @@ class Page { $js_files = glob("ext/*/script.js"); if($js_files) { foreach($js_files as $js_file) { - $this->add_html_header(''); + $this->add_html_header(''); } } }