diff options
Diffstat (limited to 'phpBB/includes/acm/cache_file.php')
-rw-r--r-- | phpBB/includes/acm/cache_file.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acm/cache_file.php b/phpBB/includes/acm/cache_file.php index 14cc160d84..5bd9c452f4 100644 --- a/phpBB/includes/acm/cache_file.php +++ b/phpBB/includes/acm/cache_file.php @@ -30,6 +30,7 @@ class acm function acm() { + global $phpbb_root_path; //$this->load_cache(); $this->cache_dir = $phpbb_root_path . 'cache/'; } |