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:
@ -30,6 +30,7 @@ class acm
|
||||
|
||||
function acm()
|
||||
{
|
||||
global $phpbb_root_path;
|
||||
//$this->load_cache();
|
||||
$this->cache_dir = $phpbb_root_path . 'cache/';
|
||||
}
|
||||
|
Reference in New Issue
Block a user