X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=7d0f108c7c2a832d768b123e43e0607ae17d00a7;hb=466085b74b4071783a2a9663caac8744134de207;hp=073e539547a878200055a313e903548da8a63baa;hpb=84c46d38b7385c97fc3c1e865e3d7ba29f07520f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 073e539547..7d0f108c7c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6458,7 +6458,7 @@ $wgStatsdServer = false; /** * Prefix for metric names sent to $wgStatsdServer. * - * @see MediaWikiServices::getStatsdDataFactory + * @see MediaWikiServices::getInstance()->getStatsdDataFactory * @see BufferingStatsdDataFactory * @since 1.25 */ @@ -7471,13 +7471,6 @@ $wgAutoloadAttemptLowercase = true; */ $wgExtensionCredits = []; -/** - * Authentication plugin. - * @var $wgAuth AuthPlugin - * @deprecated since 1.27 use $wgAuthManagerConfig instead - */ -$wgAuth = null; - /** * Global list of hooks. *