X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;ds=sidebyside;f=includes%2FSkin.php;h=14cd7af34f7113eecd8339fa80d13595399624f0;hb=a7de863d3aeebee0a7073fb044c567fee8b774a1;hp=177e2b1df63ada6df047d945cca5a593de236b50;hpb=fab8c6f541a12e3ddc13da3517cd113f2936b56a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Skin.php b/includes/Skin.php index 177e2b1df6..14cd7af34f 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -875,7 +875,7 @@ abstract class Skin extends ContextSource { $out = ''; - if ( isset( $wgCopyrightIcon ) && $wgCopyrightIcon ) { + if ( $wgCopyrightIcon ) { $out = $wgCopyrightIcon; } elseif ( $wgRightsIcon ) { $icon = htmlspecialchars( $wgRightsIcon );