(bug 4611) Add user preference (default on) to add new pages to creators's watchlist
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 1daf9e3..5338303 100644 (file)
@@ -1435,6 +1435,7 @@ $wgDefaultSkin = 'monobook';
  *
  */
 $wgDefaultUserOptions = array();
+$wgDefaultUserOptions['watchcreations'] = 1;
 
 /** Whether or not to allow and use real name fields. Defaults to true. */
 $wgAllowRealName = true;