Index: trunk/extensions/Translate/MessageCollection.php |
— | — | @@ -532,7 +532,8 @@ |
533 | 533 | * @param $dbtype One of DB_* constants. |
534 | 534 | */ |
535 | 535 | protected function loadReviewInfo( array $keys, $dbtype = DB_SLAVE ) { |
536 | | - if ( $this->dbReviewData !== null ) { |
| 536 | + global $wgTranslateMessageReview; |
| 537 | + if ( $this->dbReviewData !== null || !$wgTranslateMessageReview ) { |
537 | 538 | return; |
538 | 539 | } |
539 | 540 | |