Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -195,7 +195,7 @@ |
196 | 196 | $action_desc = $this->msg( 'action-move' )->plain(); |
197 | 197 | $out->addWikiMsg( 'permissionserrorstext-withaction', count( $err ), $action_desc ); |
198 | 198 | |
199 | | - if ( count( $err ) ) { |
| 199 | + if ( count( $err ) == 1 ) { |
200 | 200 | $errMsg = $err[0]; |
201 | 201 | $errMsgName = array_shift( $errMsg ); |
202 | 202 | if ( $errMsgName == 'hookaborted' ) { |