mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-12 01:11:15 +00:00
Fix class description for maintenance script
Change-Id: I552c9e5e200def239e2894f67183e7e47d202ea4
This commit is contained in:
parent
023962f9cb
commit
b15d5827d3
|
@ -30,7 +30,7 @@ if ( getenv( 'MW_INSTALL_PATH' ) ) {
|
|||
require_once ( "$IP/maintenance/Maintenance.php" );
|
||||
|
||||
/**
|
||||
* Maintenance script to change the password of a given user.
|
||||
* Maintenance script to generate captchas using a python script and copy them into storage.
|
||||
*
|
||||
* @ingroup Maintenance
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue