Topic on Extension talk:GoogleLogin

Djkcel (talkcontribs)

Hello,

Does this work with Mediawiki 1.37? I upgraded to 1.37 and it broke, saying:

/wiki/index.php/Special:UserLogin ParseError: syntax error, unexpected 'I,' expecting variable (T_VARIABLE)

I am using latest version of the plugin and PHP 7.4.

Djkcel (talkcontribs)

Never mind, I just saw the thread below and that fixed it. I changed the line

public function expiresAfter(int|\DateInterval|null $time);

to

public function expiresAfter($time);


all good!

Reply to "Mediawiki 1.37 Support"