Index: trunk/extensions/Translate/MessageCollection.php |
— | — | @@ -207,9 +207,11 @@ |
208 | 208 | * @param $dbtype One of DB_* constants. |
209 | 209 | */ |
210 | 210 | public function loadTranslations( $dbtype = DB_SLAVE ) { |
| 211 | + global $wgTranslateMessageReview; |
| 212 | + |
211 | 213 | $this->loadData( $this->keys, $dbtype ); |
212 | 214 | $this->loadInfo( $this->keys, $dbtype ); |
213 | | - if ( $this->reviewMode ) { |
| 215 | + if ( $this->reviewMode && $wgTranslateMessageReview ) { |
214 | 216 | $this->loadReviewInfo( $this->keys, $dbtype ); |
215 | 217 | } |
216 | 218 | $this->initMessages(); |