From: Rob Church Date: Sat, 25 Mar 2006 17:13:41 +0000 (+0000) Subject: Don't watch creations by default X-Git-Tag: 1.6.0~131 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2908e80352ed8a8e5d83114ea1c25031b6c5e3c8;p=lhc%2Fweb%2Fwiklou.git Don't watch creations by default --- 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;