Merge "Changing the default for $wgPageCreationLog to true"
[lhc/web/wiklou.git] / 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 }