(bug 32434) API allows reblocking the user without reblock parameter.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e12b3be..fdbcaa7 100644 (file)
@@ -5158,6 +5158,15 @@ $wgAllowCategorizedRecentChanges = false;
  */
 $wgUseTagFilter = true;
 
+/**
+ * If set to an integer, pages that are watched by more users than this
+ * threshold will not require the unwatchedpages permission to view the
+ * number of watchers.
+ *
+ * @since 1.21
+ */
+$wgUnwatchedPageThreshold = false;
+
 /** @} */ # end RC/watchlist }
 
 /************************************************************************//**