You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the parameter $wgMatomoTrackUsernames = true;, MediaWiki reports:
Deprecated: Use of User::isLoggedIn was deprecated in MediaWiki 1.36. [Called from MediaWiki\Extension\Matomo\Hooks::addMatomo in /mediawiki/extensions/Matomo/src/Hooks.php at line 173] in /mediawiki/includes/debug/MWDebug.php on line 375
MediaWiki 1.36's Release notes mention this:
The confusingly-named User->isLoggedIn() method has been deprecated in favour of the method it wraps, User->isRegistered().
I confirmed that renaming the functions fixes the issue
The text was updated successfully, but these errors were encountered:
When setting the parameter
$wgMatomoTrackUsernames = true;
, MediaWiki reports:MediaWiki 1.36's Release notes mention this:
I confirmed that renaming the functions fixes the issue
The text was updated successfully, but these errors were encountered: