Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1070,8 +1070,7 @@ |
1071 | 1071 | } |
1072 | 1072 | if ( $this->isConflict ) { |
1073 | 1073 | $wgOut->setPageTitle( wfMsg( 'editconflict', $wgTitle->getPrefixedText() ) ); |
1074 | | - } |
1075 | | - if( $this->section != '' ) { |
| 1074 | + } elseif( $this->section != '' ) { |
1076 | 1075 | $msg = $this->section == 'new' ? 'editingcomment' : 'editingsection'; |
1077 | 1076 | $wgOut->setPageTitle( wfMsg( $msg, $wgTitle->getPrefixedText() ) ); |
1078 | 1077 | } else { |