Skip to content

Commit

Permalink
Compatibility with MediaWiki 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdsn authored Sep 8, 2021
1 parent e2eebb4 commit fc885b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/SpecialShibbolethLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
namespace MediaWikiShibboleth;

use SpecialUserLogin;
use MediaWiki\MediaWikiServices;

class SpecialShibbolethLogin extends SpecialUserLogin {
function __construct() {
parent::__construct("ShibbolethLogin");
parent::__construct(MediaWikiServices::getInstance()->getAuthManager());
}

function errorBox($message) {
Expand Down

0 comments on commit fc885b3

Please sign in to comment.