diff --git a/core/page.class.php b/core/page.class.php index c491f32a..96c91a14 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -167,7 +167,7 @@ class Page { } } - private function add_auto_headers() { + protected function add_auto_headers() { $data_href = get_base_href(); foreach(glob("lib/*.js") as $js) { $this->add_header("");