From d3e00e04d5abfde218baf88778111038c0f07bdb Mon Sep 17 00:00:00 2001 From: Kaldari Date: Sat, 30 Jun 2018 21:36:11 -0700 Subject: [PATCH] Changing the default for $wgPageCreationLog to true It's already been turned on for all WMF wikis except Commons and Wikidata, which are explicitly set to false in the configs. Bug: T196400 Change-Id: Ib98ed68165837db8f53473052d5edec4af3736d9 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3771df14fe..95c5305605 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7892,7 +7892,7 @@ $wgNewUserLog = true; * Maintain a log of page creations at Special:Log/create? * @since 1.32 */ -$wgPageCreationLog = false; +$wgPageCreationLog = true; /** @} */ # end logging } -- 2.20.1