mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Merge "Fixup warning and notice form missing parameter to OATHUser::regenerateScratchTokens()"
This commit is contained in:
commit
4218e983e8
|
@ -39,7 +39,7 @@ class OATHUser {
|
|||
if ( $scratchTokens ) {
|
||||
$this->scratchTokens = $scratchTokens;
|
||||
} else {
|
||||
$this->regenerateScratchTokens(); // FIXME: Missing parameter
|
||||
$this->regenerateScratchTokens( false );
|
||||
$this->isEnabled = false;
|
||||
}
|
||||
if ( $scratchTokensReset ) {
|
||||
|
|
Loading…
Reference in a new issue