r40395 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40394‎ | r40395 | r40396 >
Date:21:18, 3 September 2008
Author:nad
Status:old
Tags:
Comment:
$wgCategoryWatchNotifyEditor default to true
Modified paths:
  • /trunk/extensions/CategoryWatch/CategoryWatch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryWatch/CategoryWatch.php
@@ -17,7 +17,7 @@
1818
1919 define('CATEGORYWATCH_VERSION', '0.1.1, 2008-09-04');
2020
21 -$wgCategoryWatchNotifyEditor = false;
 21+$wgCategoryWatchNotifyEditor = true;
2222
2323 $wgExtensionFunctions[] = 'wfSetupCategoryWatch';
2424 $wgExtensionCredits['other'][] = array(