diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-02 15:07:11 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-02 15:07:11 -0400 |
commit | e7e713baba52955dea8106c4b050781203280127 (patch) | |
tree | 6c49ddf8c0741ce2a4b57804c44ddf7675860a54 /PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php | |
parent | Update OpenIDConnect to 1.35 (diff) | |
download | extensions-e7e713baba52955dea8106c4b050781203280127.tar.gz extensions-e7e713baba52955dea8106c4b050781203280127.tar.bz2 extensions-e7e713baba52955dea8106c4b050781203280127.zip |
Update PluggableAuth to 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php')
-rw-r--r-- | PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php b/PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php index 04831fb8..caf7a9d6 100644 --- a/PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php +++ b/PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php @@ -1,10 +1,9 @@ <?php -use \MediaWiki\Auth\ButtonAuthenticationRequest; -use \MediaWiki\Auth\AuthManager; +use MediaWiki\Auth\AuthManager; +use MediaWiki\Auth\ButtonAuthenticationRequest; -class PluggableAuthBeginAuthenticationRequest extends - ButtonAuthenticationRequest { +class PluggableAuthBeginAuthenticationRequest extends ButtonAuthenticationRequest { public function __construct() { if ( isset( $GLOBALS['wgPluggableAuth_ButtonLabelMessage'] ) ) { |