From 91f185f4ca8b7b7cb4d568940e9bbb34eadeea8c Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 26 Mar 2009 03:21:33 +0000 Subject: [PATCH] (bug 18169) Document $wgExportAllowListContributors. Nabbed description from WikiExporter. --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e5df4bcf1d..94a0dee784 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2283,6 +2283,9 @@ $wgExportAllowHistory = true; */ $wgExportMaxHistory = 0; +/** + * Return distinct author list (when not returning full history) + */ $wgExportAllowListContributors = false ; /** -- 2.20.1