https://bugzilla.wikimedia.org/show_bug.cgi?id=33123
--- Comment #8 from Happy-melon <[email protected]> 2011-12-20 10:55:34 UTC --- (In reply to comment #7) > > $wgShowUpdatedMarker is enabled on WMF wikis which have > > $wgEnotifWatchlistenabled... > > I don't see how the two are related. CommonSettings.php: // Enable enotif for user talk if it's on for watchlist. if ( $wgEnotifWatchlist ) { $wgEnotifUserTalk = true; } else { $wgShowUpdatedMarker = false; // not working right ? // Trial by Roan, Mark B and Mark H, Nov 8 2011 // Set $wgEnotifUserTalk to true everywhere, but keep $wgShowUpdatedMarker disabled where it was disabled previously $wgEnotifUserTalk = true; } Again, I'm not saying that things *have* to be this way; I'm saying how they currently *are*. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
