jenkins-bot has submitted this change and it was merged.

Change subject: Fix typo in property name
......................................................................


Fix typo in property name

Change I270bde41 introduced a typo to RecentChanges.php, referring to
'$this->mExtras' when '$this->mExtra' was intended. This caused the IRC
log action comment to be omitted from the IRC RC feed.

Bug: 53720
Change-Id: I7f29ba8392861e00a37a2196833154bac41298b4
---
M includes/RecentChange.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/RecentChange.php b/includes/RecentChange.php
index 9854a85..980bd0a 100644
--- a/includes/RecentChange.php
+++ b/includes/RecentChange.php
@@ -325,8 +325,8 @@
                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;
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/82558
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f29ba8392861e00a37a2196833154bac41298b4
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to