aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphpBB/install/install_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index ffc42e597f..0d730a5273 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -912,7 +912,7 @@ class install_install extends module
if (!$db->sql_query($sql))
{
$error = $db->sql_error();
- inst_db_error($error['message'], $sql, __LINE__, __FILE__);
+ $this->p_master->db_error($error['message'], $sql, __LINE__, __FILE__);
}
}
unset($sql_query);
@@ -1036,7 +1036,7 @@ class install_install extends module
if (!$db->sql_query($sql))
{
$error = $db->sql_error();
- inst_db_error($error['message'], $sql, __LINE__, __FILE__);
+ $this->p_master->db_error($error['message'], $sql, __LINE__, __FILE__);
}
}