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