Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -108,12 +108,6 @@ |
109 | 109 | } |
110 | 110 | |
111 | 111 | public function getBoxes( $types = null ) { |
112 | | - if ( $this->group === null ) { |
113 | | - global $wgRequest; |
114 | | - $group = $wgRequest->getText( 'loadgroup', '' ); |
115 | | - trigger_error( "Message group missing for {$this->page}; Tried to load /{$group}/", E_USER_NOTICE ); |
116 | | - } |
117 | | - |
118 | 112 | // Box filter |
119 | 113 | $all = array( |
120 | 114 | 'other-languages' => array( $this, 'getOtherLanguagesBox' ), |