aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_convert.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/install_convert.php')
-rw-r--r--phpBB/install/install_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php
index ac35db14c2..54b8ee3a3d 100644
--- a/phpBB/install/install_convert.php
+++ b/phpBB/install/install_convert.php
@@ -1287,7 +1287,7 @@ class install_convert extends module
$skip_rows++;
}
- $db->sql_freeresult($___result);
+ $src_db->sql_freeresult($___result);
// We might still have some rows waiting
if (sizeof($waiting_rows))