X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExport.php;h=d5c5528d7a8bce5dcb8b0973169f6145862e969d;hb=36395150104588f2afea866c330b683e4329fa48;hp=f5e9e49b6985da8f43e525ac2ec7cfd9efdccfe9;hpb=7dc9d3dacf1faf2a8ffc69e677afe4ea16c4e92e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index f5e9e49b69..d5c5528d7a 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -330,7 +330,6 @@ class SpecialExport extends SpecialPage { * @param bool $exportall Whether to export everything */ private function doExport( $page, $history, $list_authors, $exportall ) { - // If we are grabbing everything, enable full history and ignore the rest if ( $exportall ) { $history = WikiExporter::FULL;