X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpageExists.php;h=10d37de48cfd71266384d0f284c822ed3b0c0d9a;hb=0d5da03a15911f0bcaab7f67512280df379565fc;hp=dc9bbdacabc406a4e34b7abdda12be4096cb5a22;hpb=526341516a91502ac7cfd2e5590e7432b3f50c5d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pageExists.php b/maintenance/pageExists.php index dc9bbdacab..10d37de48c 100644 --- a/maintenance/pageExists.php +++ b/maintenance/pageExists.php @@ -36,7 +36,6 @@ class PageExists extends Maintenance { $title = Title::newFromText( $titleArg ); $pageExists = $title && $title->exists(); - $text = ''; $code = 0; if ( $pageExists ) { $text = "{$title} exists.";