X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fskins%2FSkinTemplate.php;h=9c5600d0b6d3d44588f7d748f3e7a355123540e1;hp=3efbd3bfaa7e15cea579f5cce18f0ab4e41f0197;hb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;hpb=1d95c68977ef49738eb0fc9c3701afe06467fbeb diff --git a/includes/skins/SkinTemplate.php b/includes/skins/SkinTemplate.php index 3efbd3bfaa..9c5600d0b6 100644 --- a/includes/skins/SkinTemplate.php +++ b/includes/skins/SkinTemplate.php @@ -196,7 +196,6 @@ class SkinTemplate extends Skin { } protected function setupTemplateForOutput() { - $request = $this->getRequest(); $user = $this->getUser(); $title = $this->getTitle(); @@ -257,7 +256,6 @@ class SkinTemplate extends Skin { if ( $oldContext ) { $this->setContext( $oldContext ); } - } /** @@ -1171,7 +1169,6 @@ class SkinTemplate extends Skin { * @return array */ private function buildContentActionUrls( $content_navigation ) { - // content_actions has been replaced with content_navigation for backwards // compatibility and also for skins that just want simple tabs content_actions // is now built by flattening the content_navigation arrays into one