Missed a semicolon.

This commit is contained in:
green-ponies (jgen) 2012-02-04 14:49:48 -05:00
parent 68e9bd694e
commit cd1f5d9ed0

View File

@ -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