Index: trunk/phase3/includes/specials/SpecialMergeHistory.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | ); |
99 | 99 | } |
100 | 100 | |
101 | | - if ( $this->mTargetObj->equals( $this->mDestObj ) ) { |
| 101 | + if ( empty($errors) && $this->mTargetObj->equals( $this->mDestObj ) ) { |
102 | 102 | $errors[] = wfMsgExt( 'mergehistory-same-destination', array( 'parse' ) ); |
103 | 103 | } |
104 | 104 | |