mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Update for acm parameter change
git-svn-id: file:///svn/phpbb/trunk@4374 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a5cbb0b693
commit
2a9d846859
1 changed files with 1 additions and 1 deletions
|
@ -48,8 +48,8 @@ if (!empty($_GET['id']) && !empty($_GET['sid']))
|
||||||
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.'.$phpEx);
|
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.'.$phpEx);
|
||||||
require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx);
|
require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx);
|
||||||
|
|
||||||
$cache = new acm();
|
|
||||||
$db = new sql_db();
|
$db = new sql_db();
|
||||||
|
$cache = new acm($db);
|
||||||
|
|
||||||
// Connect to DB
|
// Connect to DB
|
||||||
if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false))
|
if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false))
|
||||||
|
|
Loading…
Add table
Reference in a new issue