1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-17 15:00:15 +02:00

Added global for phpbb_root_path to acm constructor

git-svn-id: file:///svn/phpbb/trunk@3394 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-01-28 20:44:30 +00:00
parent 93f57ce29c
commit 4ce762b83b

View File

@ -30,6 +30,7 @@ class acm
function acm()
{
global $phpbb_root_path;
//$this->load_cache();
$this->cache_dir = $phpbb_root_path . 'cache/';
}