jenkins-bot has submitted this change and it was merged.

Change subject: Collapse superfluous isset() call
......................................................................


Collapse superfluous isset() call

Change-Id: I525f5ce4553f67eb4a5ceea2b622dbdb034c88e1
---
M includes/Setup.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Setup.php b/includes/Setup.php
index f915054..81a120b 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -119,8 +119,7 @@
        );
 }
 
-if ( isset( $wgFooterIcons['copyright'] )
-       && isset( $wgFooterIcons['copyright']['copyright'] )
+if ( isset( $wgFooterIcons['copyright']['copyright'] )
        && $wgFooterIcons['copyright']['copyright'] === []
 ) {
        if ( $wgRightsIcon || $wgRightsText ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/281041
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I525f5ce4553f67eb4a5ceea2b622dbdb034c88e1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to