Merge "Collapse superfluous isset() call"
This commit is contained in:
commit
14bd570d48
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue