Index: trunk/extensions/CodeReview/ui/CodeRevisionCommitter.php |
— | — | @@ -73,10 +73,10 @@ |
74 | 74 | $wgUser->getName(), $this->mRev->getIdStringUnique(), $this->mRev->mOldStatus, $this->mRev->mStatus |
75 | 75 | ); |
76 | 76 | } else if ( $commentAdded ) { |
77 | | - $url = $this->mRev->getFullUrl( $commentId ); |
78 | | - $this->mRev->emailNotifyUsersOfChanges( 'codereview-email-subj', 'codereview-email-body', |
79 | | - $wgUser->getName(), $url, $this->mRev->getIdStringUnique(), $this->text |
80 | | - ); |
| 77 | + $url = $this->mRev->getFullUrl( $commentId ); |
| 78 | + $this->mRev->emailNotifyUsersOfChanges( 'codereview-email-subj', 'codereview-email-body', |
| 79 | + $wgUser->getName(), $url, $this->mRev->getIdStringUnique(), $this->text |
| 80 | + ); |
81 | 81 | } |
82 | 82 | } |
83 | 83 | |