Fix regression caused by r62087 which failed to insert rows into the image table...
[lhc/web/wiklou.git] / maintenance / dumpSisterSites.php
index bc4acd8..75b7a00 100644 (file)
@@ -48,7 +48,6 @@ class DumpSisterSites extends Maintenance {
                        $text = $title->getPrefixedText();
                        $this->output( "$url $text\n" );
                }
-               $dbr->freeResult( $result );
        }
 }