r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather than a...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 7 Feb 2012 23:57:33 +0000 (23:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 7 Feb 2012 23:57:33 +0000 (23:57 +0000)
commit4ccf5a9a907c2338c85a179f5bde0d3561cba8ba
tree3d2c54fc416c90e3a6fb46d22d17de1f027527ee
parent1a40d939490097b00b27acfcef6a4dba0e13a94b
r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather than a broken LogPage::actionText() call (the <summary> tag only had the log action name in it). This change means that log actions in feeds now have the user name in them, unlike 1.18. Also, broke a long code line.
includes/FeedUtils.php