Merge "Strip excess newlines from formatting test"
[lhc/web/wiklou.git] / includes / RecentChange.php
index 9854a85..980bd0a 100644 (file)
@@ -325,8 +325,8 @@ class RecentChange {
                foreach ( $wgRCFeeds as $feed ) {
                        $engine = self::getEngine( $feed['uri'] );
 
-                       if ( isset( $this->mExtras['actionCommentIRC'] ) ) {
-                               $actionComment = $this->mExtras['actionCommentIRC'];
+                       if ( isset( $this->mExtra['actionCommentIRC'] ) ) {
+                               $actionComment = $this->mExtra['actionCommentIRC'];
                        } else {
                                $actionComment = null;
                        }