X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FMaintenance.php;h=5a7f7691fbc1c8ef50b149bd41e849b4d3358328;hb=48fdd531c8cf294b39e4f0ea2b3d06f742c197c7;hp=291920b415e1bda6b61b5a19d7e7f57f0ea4c425;hpb=5bd4dd1f262683cff76d8b47d19c0b263bf01774;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 291920b415..5a7f7691fb 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -84,7 +84,7 @@ abstract class Maintenance { protected $mQuiet = false; protected $mDbUser, $mDbPass; - // A description of the script, children should change this + // A description of the script, children should change this via addDescription() protected $mDescription = ''; // Have we already loaded our user input?