X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExport.php;h=642ea6944a6a46dc2426988654a0fdb453382c9e;hb=38489f18c879e09c82b8b60fb346aeb14fdd340f;hp=39c4d771119579dfd0951ff55d1b655e02d76d16;hpb=02ec1ea797cf014cd007d81dfeec545f6e560f2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index 39c4d77111..642ea6944a 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -385,7 +385,7 @@ class SpecialExport extends SpecialPage { $exporter->allPages(); } else { foreach ( $pages as $page ) { - #Bug 8824: Only export pages the user can read + # Bug 8824: Only export pages the user can read $title = Title::newFromText( $page ); if ( is_null( $title ) ) { // @todo Perhaps output an tag or something.