Index: trunk/extensions/CategoryWatch/CategoryWatch.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | |
19 | 19 | define('CATEGORYWATCH_VERSION', '0.1.1, 2008-09-04'); |
20 | 20 | |
21 | | -$wgCategoryWatchNotifyEditor = false; |
| 21 | +$wgCategoryWatchNotifyEditor = true; |
22 | 22 | |
23 | 23 | $wgExtensionFunctions[] = 'wfSetupCategoryWatch'; |
24 | 24 | $wgExtensionCredits['other'][] = array( |