Index: trunk/phase3/includes/User.php |
— | — | @@ -3246,7 +3246,7 @@ |
3247 | 3247 | */ |
3248 | 3248 | static function getGroupPage( $group ) { |
3249 | 3249 | $msg = wfMessage( 'grouppage-' . $group )->inContentLanguage(); |
3250 | | - if( !$msg->exists() ) { |
| 3250 | + if( $msg->exists() ) { |
3251 | 3251 | $title = Title::newFromText( $msg->text() ); |
3252 | 3252 | if( is_object( $title ) ) |
3253 | 3253 | return $title; |