X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fskins%2FSkin.php;h=ac41c466cdfee0855a513d9917645328eeb5a993;hp=7ac2927666609e9b6fc4a767ed43963256188624;hb=a38af7ba26579bb3004f673e44d39710887763aa;hpb=9c820c92220ad94fae45169490aa0e6301e4d36c diff --git a/includes/skins/Skin.php b/includes/skins/Skin.php index 7ac2927666..ac41c466cd 100644 --- a/includes/skins/Skin.php +++ b/includes/skins/Skin.php @@ -175,7 +175,6 @@ abstract class Skin extends ContextSource { */ public function getDefaultModules() { $out = $this->getOutput(); - $config = $this->getConfig(); $user = $this->getUser(); // Modules declared in the $modules literal are loaded @@ -1525,7 +1524,6 @@ abstract class Skin extends ContextSource { * should fall back to the next notice in its sequence */ private function getCachedNotice( $name ) { - $needParse = false; $config = $this->getConfig(); if ( $name === 'default' ) {