From 57c17e44eca4dfbd7ea2367e7b53101c9b0d0976 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Mon, 11 Aug 2003 21:45:50 +0000 Subject: Taken out the $db var from acm classes for consistency with other classes git-svn-id: file:///svn/phpbb/trunk@4379 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/acm/acm_file.php') 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/'; -- cgit v1.2.1