Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -700,7 +700,7 @@ |
701 | 701 | if( !$rev->userCan( Revision::DELETED_TEXT ) ) { |
702 | 702 | $radio['disabled'] = 'disabled'; |
703 | 703 | $checkmark = array(); // We will check the next possible one |
704 | | - } else if( $counter == 2 || !$this->oldIdChecked ) { |
| 704 | + } else if( !$this->oldIdChecked ) { |
705 | 705 | $checkmark = array( 'checked' => 'checked' ); |
706 | 706 | $this->oldIdChecked = $id; |
707 | 707 | } else { |