X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpageExists.php;h=b631005f5f8816b636539329ecf74f478403f54b;hb=bc74afc67e192196ea7830ecb12e5eb81170863a;hp=f4143834da0940aa7e18e543b76c817ee30b6a02;hpb=fa0560e7855e0f2505f7335a28bcd8afee71bf80;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pageExists.php b/maintenance/pageExists.php index f4143834da..b631005f5f 100644 --- a/maintenance/pageExists.php +++ b/maintenance/pageExists.php @@ -27,7 +27,7 @@ require_once __DIR__ . '/Maintenance.php'; class PageExists extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Report whether a specific page exists"; + $this->addDescription( 'Report whether a specific page exists' ); $this->addArg( 'title', 'Page title to check whether it exists' ); }