X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPreferences.php;h=9b0ada812a8109bae4861e7929619f55f140857b;hb=62961558a5b0bc61f752bd816ad633b7cacc02a9;hp=74a917dbab4de54e932e8bf45ee7df040efb2d5b;hpb=9e18610457ce599db51d3b14af83c31053ea0ace;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Preferences.php b/includes/Preferences.php index 74a917dbab..9b0ada812a 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -1098,7 +1098,7 @@ class Preferences { $linkTools = array(); # Mark the default skin - if ( $skinkey == $defaultSkin ) { + if ( strcasecmp( $skinkey, $defaultSkin ) === 0 ) { $linkTools[] = $context->msg( 'default' )->escaped(); $foundDefault = true; }