[MediaWiki-commits] [Gerrit] mediawiki...Echo[master]: Fix bogus variable usage

2016-10-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Fix bogus variable usage
..


Fix bogus variable usage

Change-Id: I9100648d5b6be63a697a8660def33e592d010688
---
M includes/model/Notification.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/model/Notification.php b/includes/model/Notification.php
index a94b665..7192d29 100644
--- a/includes/model/Notification.php
+++ b/includes/model/Notification.php
@@ -144,7 +144,7 @@
 
if ( $this->event->getCategory() === 'edit-user-talk' ) {
$notifUser->flagCacheWithNewTalkNotification();
-   $this->mUser->setNewTalk( true );
+   $this->user->setNewtalk( true );
}
Hooks::run( 'EchoCreateNotificationComplete', array( $this ) );
}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9100648d5b6be63a697a8660def33e592d010688
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz 
Gerrit-Reviewer: BryanDavis 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...Echo[master]: Fix bogus variable usage

2016-10-17 Thread Aaron Schulz (Code Review)
Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/316514

Change subject: Fix bogus variable usage
..

Fix bogus variable usage

Change-Id: I9100648d5b6be63a697a8660def33e592d010688
---
M includes/model/Notification.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/14/316514/1

diff --git a/includes/model/Notification.php b/includes/model/Notification.php
index a94b665..7192d29 100644
--- a/includes/model/Notification.php
+++ b/includes/model/Notification.php
@@ -144,7 +144,7 @@
 
if ( $this->event->getCategory() === 'edit-user-talk' ) {
$notifUser->flagCacheWithNewTalkNotification();
-   $this->mUser->setNewTalk( true );
+   $this->user->setNewtalk( true );
}
Hooks::run( 'EchoCreateNotificationComplete', array( $this ) );
}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9100648d5b6be63a697a8660def33e592d010688
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits