From 4ce762b83b61541e860e2244d459cc4be1a73640 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 28 Jan 2003 20:44:30 +0000 Subject: [PATCH] Added global for phpbb_root_path to acm constructor git-svn-id: file:///svn/phpbb/trunk@3394 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/cache_file.php | 1 + 1 file changed, 1 insertion(+) 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/'; }