summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-10-02 15:07:11 -0400
committerBrian Evans <grknight@gentoo.org>2020-10-02 15:07:11 -0400
commite7e713baba52955dea8106c4b050781203280127 (patch)
tree6c49ddf8c0741ce2a4b57804c44ddf7675860a54 /PluggableAuth/includes/PluggableAuthBeginAuthenticationRequest.php
parentUpdate OpenIDConnect to 1.35 (diff)
downloadextensions-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.php7
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'] ) ) {