diff options
Diffstat (limited to 'includes/FeedUtils.php')
-rw-r--r-- | includes/FeedUtils.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index 0e1c8f184202..d280db5b39d7 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -114,6 +114,7 @@ class FeedUtils { # $wgLang->time( $timestamp ) ), # wfMsg( 'currentrev' ) ); + $diffText = ''; // Don't bother generating the diff if we won't be able to show it if ( $wgFeedDiffCutoff > 0 ) { $de = new DifferenceEngine( $title, $oldid, $newid ); |