From 2908e80352ed8a8e5d83114ea1c25031b6c5e3c8 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 25 Mar 2006 17:13:41 +0000 Subject: [PATCH] Don't watch creations by default --- includes/DefaultSettings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d83104f736..e63ff14208 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1448,7 +1448,6 @@ $wgDefaultSkin = 'monobook'; * */ $wgDefaultUserOptions = array(); -$wgDefaultUserOptions['watchcreations'] = 1; /** Whether or not to allow and use real name fields. Defaults to true. */ $wgAllowRealName = true; -- 2.20.1