X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22upgrade%22%2C%22reinstall=non%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2Forphans.php;h=24ead605c2610d9c9c4d3a6cd37590c9047e9bdb;hb=59db24e90bc6027cb8bf2756eb8cb52230d24966;hp=3c5566f615f488700cd78f458ebaa871095c25fb;hpb=fcdd643a46d87b677f6cdcc3ba9440e1472d8df7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/orphans.php b/maintenance/orphans.php index 3c5566f615..24ead605c2 100644 --- a/maintenance/orphans.php +++ b/maintenance/orphans.php @@ -39,10 +39,11 @@ require_once __DIR__ . '/Maintenance.php'; class Orphans extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Look for 'orphan' revisions hooked to pages which don't exist\n" . + $this->addDescription( "Look for 'orphan' revisions hooked to pages which don't exist\n" . "and 'childless' pages with no revisions\n" . "Then, kill the poor widows and orphans\n" . - "Man this is depressing"; + "Man this is depressing" + ); $this->addOption( 'fix', 'Actually fix broken entries' ); }