X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExport.php;h=ef61ac5b3394e591cd05e221a82491ba9395e79a;hb=466085b74b4071783a2a9663caac8744134de207;hp=513e7a96b85653fe9f655c5a04047e6105fbc823;hpb=12d9221ede22e89b1a540bc50ad5ab1b67691e01;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index 513e7a96b8..ef61ac5b33 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -378,7 +378,6 @@ class SpecialExport extends SpecialPage { } /* Ok, let's get to it... */ - $lb = false; $db = wfGetDB( DB_REPLICA ); $exporter = new WikiExporter( $db, $history ); @@ -406,10 +405,6 @@ class SpecialExport extends SpecialPage { } $exporter->closeStream(); - - if ( $lb ) { - $lb->closeAll(); - } } /**