1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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
This commit is contained in:
Ludovic Arnaud
2003-08-11 21:45:50 +00:00
parent 27d86a2e32
commit 57c17e44ec
5 changed files with 21 additions and 21 deletions

View File

@@ -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/';