Collapse superfluous isset() call
authorReedy <reedy@wikimedia.org>
Fri, 1 Apr 2016 21:12:00 +0000 (22:12 +0100)
committerReedy <reedy@wikimedia.org>
Fri, 1 Apr 2016 21:12:00 +0000 (22:12 +0100)
Change-Id: I525f5ce4553f67eb4a5ceea2b622dbdb034c88e1

includes/Setup.php

index f915054..81a120b 100644 (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 ) {