r65283 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65282‎ | r65283 | r65284 >
Date:17:56, 19 April 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
This notice is no longer userful
Modified paths:
  • /trunk/extensions/Translate/utils/TranslationHelpers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslationHelpers.php
@@ -108,12 +108,6 @@
109109 }
110110
111111 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 -
118112 // Box filter
119113 $all = array(
120114 'other-languages' => array( $this, 'getOtherLanguagesBox' ),

Status & tagging log