Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281041

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

Collapse superfluous isset() call

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/281041/1

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: newchange
Gerrit-Change-Id: I525f5ce4553f67eb4a5ceea2b622dbdb034c88e1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to