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))