X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2FpageExists.php;h=3bde81ef314fd939e8fdaecf449e7da4ed20ce7b;hb=1f9ca54b6f3eca77bdf1b4af686f42c5035275ca;hp=c4b208a59c989ca1387167a8a45cb025da7f6838;hpb=ee9d87560773b147ed0888377c6885a042af8cb1;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 );