Merge "Changing the default for $wgPageCreationLog to true"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 5 Jul 2018 19:11:12 +0000 (19:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 5 Jul 2018 19:11:12 +0000 (19:11 +0000)
includes/DefaultSettings.php

index 2291edd..488fef0 100644 (file)
@@ -7887,7 +7887,7 @@ $wgNewUserLog = true;
  * Maintain a log of page creations at Special:Log/create?
  * @since 1.32
  */
-$wgPageCreationLog = false;
+$wgPageCreationLog = true;
 
 /** @} */ # end logging }