Merge "Begin exposing SiteConfiguration via site contexts"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 868c64e..5163e80 100644 (file)
@@ -4034,8 +4034,8 @@ $wgDefaultUserOptions = array(
        'uselivepreview' => 0,
        'usenewrc' => 0,
        'vector-simplesearch' => 1,
-       'watchcreations' => 0,
-       'watchdefault' => 0,
+       'watchcreations' => 1,
+       'watchdefault' => 1,
        'watchdeletion' => 0,
        'watchlistdays' => 3.0,
        'watchlisthideanons' => 0,