Merge "Fixup warning and notice form missing parameter to OATHUser::regenerateScratchTokens()"

This commit is contained in:
Reedy 2013-02-27 21:30:36 +00:00 committed by Gerrit Code Review
commit 4218e983e8

View file

@ -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 ) {