r77704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77703‎ | r77704 | r77705 >
Date:00:54, 4 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r77700, globals *grumble*
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -443,8 +443,8 @@
444444 */
445445 public function emailNotifyUsersOfChanges( $subject, $body ) {
446446 // Give email notices to committer and commenters
447 - global $wgCodeReviewENotif, $wgEnableEmail, $wgCodeReviewCommentWatcher,
448 - $wgUser;
 447+ global $wgCodeReviewENotif, $wgEnableEmail, $wgCodeReviewCommentWatcherEmail,
 448+ $wgCodeReviewCommentWatcherName, $wgUser;
449449 if ( !$wgCodeReviewENotif && !$wgEnableEmail ) {
450450 return;
451451 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r777051.16wmf4: MFT r77704catrope00:56, 4 December 2010
r77706Merging in r77683 through r77704 of trunktomasz00:58, 4 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77700Fix serious bug in comment watcher feature that exposed the commenter's IP in...catrope00:46, 4 December 2010

Status & tagging log