(bug 7169) Use Ajax to watch/unwatch articles. Patch by Dan Li with some modificatio...
[lhc/web/wiklou.git] / includes / Setup.php
index e143395..387805f 100644 (file)
@@ -171,6 +171,7 @@ $wgDeferredUpdateList = array();
 $wgPostCommitUpdateList = array();
 
 if ( $wgAjaxSearch ) $wgAjaxExportList[] = 'wfSajaxSearch';
+if ( $wgAjaxWatch ) $wgAjaxExportList[] = 'wfAjaxWatch';
 
 wfSeedRandom();