X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExport.php;h=642ea6944a6a46dc2426988654a0fdb453382c9e;hb=c54766586acab549f186e81eeab259845112809d;hp=39c4d771119579dfd0951ff55d1b655e02d76d16;hpb=c1d11183bc00b548404393d2229b2d635e867cf3;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.