X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FfetchText.php;h=983b772515d1483af268cdeb125baf83f6c19e16;hb=a8131cac85f5cf08df4af9dfea9f25f16d3432c1;hp=3e2c6c93376dd9ef7651ac3178304ef36d61f0eb;hpb=e596cac514b61107ae5c97547e5f33680e4561c6;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fetchText.php b/maintenance/fetchText.php index 3e2c6c9337..983b772515 100644 --- a/maintenance/fetchText.php +++ b/maintenance/fetchText.php @@ -32,8 +32,9 @@ require_once __DIR__ . '/Maintenance.php'; class FetchText extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Fetch the raw revision blob from an old_id."; - $this->mDescription .= "\nNOTE: Export transformations are NOT applied. This is left to backupTextPass.php"; + $this->mDescription = "Fetch the raw revision blob from an old_id.\n" . + "NOTE: Export transformations are NOT applied. " . + "This is left to backupTextPass.php"; } /** @@ -44,7 +45,7 @@ class FetchText extends Maintenance { * \n * text (may be empty) * - * note that that the text string itself is *not* followed by newline + * note that the text string itself is *not* followed by newline */ public function execute() { $db = wfGetDB( DB_SLAVE );