X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=5b7ca3ecc9af799ef5db2122955125abd6df3b31;hb=b87a4fba8a27fc1c683a01560c6d932acfd07ce6;hp=19c585d14c3db7adfead76cac9ff6f0e5f57a446;hpb=d41a6afe00783f0ad3344b7edabdc1c8eca9478d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 19c585d14c..5b7ca3ecc9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6765,7 +6765,7 @@ $wgUseRCPatrol = true; /** * Whether to allow users to save their RecentChanges filters */ -$wgStructuredChangeFiltersEnableSaving = false; +$wgStructuredChangeFiltersEnableSaving = true; /** * Use new page patrolling to check new pages on Special:Newpages @@ -8183,7 +8183,6 @@ $wgPhpCli = '/usr/bin/php'; * @note If multiple wikis are being served from the same process (e.g. the * same fastCGI or Apache server), this setting must be the same on all those * wikis. - * @see wfInitShellLocale() */ $wgShellLocale = 'C.UTF-8';