Stop referring to $wgUser in a comment

Change-Id: I446e67d10ded134eda3cec814ea0678c2d2a3751
This commit is contained in:
Reedy 2019-06-18 23:12:10 +01:00
parent ea984e5c2b
commit 7ed800b28b

View file

@ -38,7 +38,7 @@ class OATHAuthHooks {
}
/**
* Determine if two-factor authentication is enabled for $wgUser
* Determine if two-factor authentication is enabled for the current user
*
* This isn't the preferred mechanism for controlling access to sensitive features
* (see AuthManager::securitySensitiveOperationStatus() for that) but there is no harm in