Enable $wgStructuredChangeFiltersEnableSaving by default
authorRoan Kattouw <roan.kattouw@gmail.com>
Fri, 2 Jun 2017 18:33:54 +0000 (11:33 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Fri, 2 Jun 2017 18:33:54 +0000 (11:33 -0700)
We'll probably get rid of the feature flag altogether in a few weeks,
for now let's just turn it on by default.

Bug: T164128
Change-Id: Ifa12c33a619e1fb3d9fff05ef1b98a9b537c5dea

includes/DefaultSettings.php

index f7f52e5..5b7ca3e 100644 (file)
@@ -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