aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-28 20:44:30 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-28 20:44:30 +0000
commit4ce762b83b61541e860e2244d459cc4be1a73640 (patch)
treefa95716e36045d36167dbae9762bca9c1928af2a
parent93f57ce29c4eb8f228e40f90cfaf5b4adc6b8438 (diff)
downloadforums-4ce762b83b61541e860e2244d459cc4be1a73640.tar
forums-4ce762b83b61541e860e2244d459cc4be1a73640.tar.gz
forums-4ce762b83b61541e860e2244d459cc4be1a73640.tar.bz2
forums-4ce762b83b61541e860e2244d459cc4be1a73640.tar.xz
forums-4ce762b83b61541e860e2244d459cc4be1a73640.zip
Added global for phpbb_root_path to acm constructor
git-svn-id: file:///svn/phpbb/trunk@3394 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/acm/cache_file.php1
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/';
}