Jpond has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/71961


Change subject: Special:OpenIDDashboard still using 
wgOpenIDClientAndProviderMode Bug: 50712
......................................................................

Special:OpenIDDashboard still using wgOpenIDClientAndProviderMode
Bug: 50712

$wgOpenIDClientOnly was used until version 3.11, then changed to
$wgOpenIDConsumerAndAlsoProvider.

Change-Id: Idbb74e27e3dfc20b554b940be1dfcb1079701c33
Special:OpenIDDashboard was still using $wgOpenIDClientOnly.
---
M SpecialOpenIDDashboard.body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenID 
refs/changes/61/71961/1

diff --git a/SpecialOpenIDDashboard.body.php b/SpecialOpenIDDashboard.body.php
index 4fcb7fd..1295c3b 100644
--- a/SpecialOpenIDDashboard.body.php
+++ b/SpecialOpenIDDashboard.body.php
@@ -94,7 +94,7 @@
                $out  = $this->show( 'OpenID ' . wfMessage( 
'version-software-version' )->text(), MEDIAWIKI_OPENID_VERSION );
                $out .= $this->show( 'MediaWiki ' . wfMessage( 
'version-software-version' )->text(), SpecialVersion::getVersion() );
                $out .= $this->show( '$wgOpenIDLoginOnly', $wgOpenIDLoginOnly );
-               $out .= $this->show( '$wgOpenIDConsumerAndAlsoProvider', 
$wgOpenIDClientAndProviderMode );
+               $out .= $this->show( '$wgOpenIDConsumerAndAlsoProvider', 
$wgOpenIDConsumerAndAlsoProvider );
                $out .= $this->show( '$wgOpenIDAllowServingOpenIDUserAccounts', 
$wgOpenIDAllowServingOpenIDUserAccounts );
                $out .= $this->show( '$wgOpenIDTrustEmailAddress', 
$wgOpenIDTrustEmailAddress );
                $out .= $this->show( '$wgOpenIDAllowExistingAccountSelection', 
$wgOpenIDAllowExistingAccountSelection );

-- 
To view, visit https://gerrit.wikimedia.org/r/71961
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbb74e27e3dfc20b554b940be1dfcb1079701c33
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenID
Gerrit-Branch: master
Gerrit-Owner: Jpond <jack.p...@psitex.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to