Index: trunk/extensions/CodeReview/backend/CodeRevision.php |
— | — | @@ -548,6 +548,13 @@ |
549 | 549 | } |
550 | 550 | return $users; |
551 | 551 | } |
| 552 | + |
| 553 | + /** |
| 554 | + * "Review" being revision commenters, and people who set/removed tags and changed the status |
| 555 | + */ |
| 556 | + public function getReviewContributingUsers() { |
| 557 | + return array_merge( $this->getCommentingUsers(), $this->getPropChangeUsers() ); |
| 558 | + } |
552 | 559 | |
553 | 560 | protected function getCommentingUsers() { |
554 | 561 | $dbr = wfGetDB( DB_SLAVE ); |