From: Florian Date: Fri, 1 Apr 2016 21:06:35 +0000 (+0200) Subject: Follow up I63cdc0 X-Git-Tag: 1.31.0-rc.0~7442 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=195b9bd1320d9fc76f9053df373ffcaf580c224a;p=lhc%2Fweb%2Fwiklou.git Follow up I63cdc0 Don't unset the default configuration in Setup.php. Change-Id: I8d8c54a6188b541dbdb7b2b84c0061fe4ac7cc49 Follow-up: I63cdc0a7fd51ca3a45dc2fd83b22eb58a8de520c --- 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'] ); } }