mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Update Maintenance scripts to use $this->requireExtension()
Bug: T152139 Change-Id: I5d8979c297db95beec4c5df439beaa2b58f266cf
This commit is contained in:
parent
e67a635e5c
commit
ddd8d93867
|
@ -38,6 +38,7 @@ class UpdateScratchTokenFormat extends Maintenance {
|
|||
function __construct() {
|
||||
parent::__construct();
|
||||
$this->mDescription = 'Script to update scratch_token column format';
|
||||
$this->requireExtension( 'OATHAuth' );
|
||||
}
|
||||
|
||||
public function execute() {
|
||||
|
|
Loading…
Reference in a new issue