diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 4a7bafd..df97fab 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -238,6 +238,10 @@ class RecentChange { $this->notifyRC2UDP(); } + if ( $this->mAttribs['rc_log_type'] === 'translationreview' ) { + return; + } + # E-mail notifications if( $wgUseEnotif || $wgShowUpdatedMarker ) { $editor = $this->getPerformer();