X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=blobdiff_plain;f=includes%2FSetup.php;h=783ef3fb825c471fe0b4f9832ed8145e88782f8d;hb=50144cd02aada09c275637008adebfca41a1363b;hp=60033052a6a0eb716d95ed4a021e58a75f5097ab;hpb=801d505aa1db5660e0b0d328550cd6bb6340911c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 60033052a6..783ef3fb82 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -388,6 +388,11 @@ if ( $wgNewUserLog ) { $wgLogActionsHandlers['newusers/autocreate'] = 'NewUsersLogFormatter'; } +if ( $wgPageLanguageUseDB ) { + $wgLogTypes[] = 'pagelang'; + $wgLogActionsHandlers['pagelang/pagelang'] = 'PageLangLogFormatter'; +} + if ( $wgCookieSecure === 'detect' ) { $wgCookieSecure = ( WebRequest::detectProtocol() === 'https' ); }