mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
93f57ce29c
commit
4ce762b83b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class acm
|
|||
|
||||
function acm()
|
||||
{
|
||||
global $phpbb_root_path;
|
||||
//$this->load_cache();
|
||||
$this->cache_dir = $phpbb_root_path . 'cache/';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue