diff options
Diffstat (limited to 'phpBB/includes/acm/acm_file.php')
-rw-r--r-- | phpBB/includes/acm/acm_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index 035885c787..30548f5a5a 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -27,7 +27,7 @@ class acm var $sql_rowset = array(); - function acm(&$db) + function acm() { global $phpbb_root_path; $this->cache_dir = $phpbb_root_path . 'cache/'; |