Merge "Collapse superfluous isset() call"

This commit is contained in:
jenkins-bot 2016-04-02 08:13:10 +00:00 committed by Gerrit Code Review
commit 14bd570d48

View file

@ -119,8 +119,7 @@ if ( $wgRightsIcon ) {
);
}
if ( isset( $wgFooterIcons['copyright'] )
&& isset( $wgFooterIcons['copyright']['copyright'] )
if ( isset( $wgFooterIcons['copyright']['copyright'] )
&& $wgFooterIcons['copyright']['copyright'] === []
) {
if ( $wgRightsIcon || $wgRightsText ) {