Quick ugly fix to avoid duplicate log entries in rc feed.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 3 Nov 2011 17:07:29 +0000 (17:07 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 3 Nov 2011 17:07:29 +0000 (17:07 +0000)
commit6470c757216521212362a019debd78c285f64dcb
treebdfad359fa1e97374fd7774044af4974d36f579d
parent2859d368e457e6d8b0502a8946e0b5dee712d27f
Quick ugly fix to avoid duplicate log entries in rc feed.
I didn't think that save() would send lines, since there was function to do that (added in r45725 - duplicating existing code).
This part of codebase could use much TLC
includes/RecentChange.php
includes/logging/LogEntry.php