X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=ba3d628cf28f7324ada8b5492caae7098d2e4c9e;hb=2c085ac5a3c8020958d52554e13317feef30ffaf;hp=85ff3f32f663346262c697eeb67e9ba217ecdc98;hpb=324b956d808eb2ad66c75309fc7f2040d96dd559;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 85ff3f32f6..ba3d628cf2 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -357,7 +357,6 @@ if ( $wgEnableEmail ) { $wgEnotifMaxRecips = 0; $wgEnotifMinorEdits = false; $wgEnotifRevealEditorAddress = false; - $wgEnotifUseJobQ = false; $wgEnotifUseRealName = false; $wgEnotifUserTalk = false; $wgEnotifWatchlist = false; @@ -505,6 +504,7 @@ if ( !$wgSessionsInObjectCache && !$wgSessionsInMemcached ) { } $cacheType = get_class( ObjectCache::getInstance( $wgSessionCacheType ) ); wfDebugLog( + 'caches', "Session data will be stored in \"$cacheType\" cache with " . "expiry $wgObjectCacheSessionExpiry seconds" );