diff --git a/core/page.class.php b/core/page.class.php index 356febdf..2995814c 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -291,7 +291,7 @@ class Page { // store local copy for speed. $autocache_css = $config->get_bool("autocache_css"); - $autocache_js = config->get_bool("autocache_js") + $autocache_js = config->get_bool("autocache_js"); if (!$autocache_css && !$autocache_js) { return false; // caching disabled