X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpageExists.php;h=3bde81ef314fd939e8fdaecf449e7da4ed20ce7b;hb=1f9ca54b6f3eca77bdf1b4af686f42c5035275ca;hp=c4b208a59c989ca1387167a8a45cb025da7f6838;hpb=27f8aa732e55f0655255152fa22655fa07424c2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pageExists.php b/maintenance/pageExists.php index c4b208a59c..3bde81ef31 100644 --- a/maintenance/pageExists.php +++ b/maintenance/pageExists.php @@ -41,7 +41,7 @@ class PageExists extends Maintenance { if ( $pageExists ) { $text = "{$title} exists."; } else { - $text = "{$title} doesn't exist."; + $text = "{$titleArg} doesn't exist."; $code = 1; } $this->output( $text );