From 195b9bd1320d9fc76f9053df373ffcaf580c224a Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 1 Apr 2016 23:06:35 +0200 Subject: [PATCH] Follow up I63cdc0 Don't unset the default configuration in Setup.php. Change-Id: I8d8c54a6188b541dbdb7b2b84c0061fe4ac7cc49 Follow-up: I63cdc0a7fd51ca3a45dc2fd83b22eb58a8de520c --- includes/Setup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Setup.php b/includes/Setup.php index f9150548a3..1a44d6d8a5 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -129,8 +129,6 @@ if ( isset( $wgFooterIcons['copyright'] ) 'src' => $wgRightsIcon, 'alt' => $wgRightsText, ]; - } else { - unset( $wgFooterIcons['copyright']['copyright'] ); } } -- 2.20.1