From: Alexandre Emsenhuber Date: Sun, 15 Dec 2013 14:21:11 +0000 (+0100) Subject: Remove unused variable $user from SkinTemplate::outputPage() X-Git-Tag: 1.31.0-rc.0~17629 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=ff4da357970f758c56f56c51390ab3a7e323c443;p=lhc%2Fweb%2Fwiklou.git Remove unused variable $user from SkinTemplate::outputPage() Change-Id: I566e835f8362671a08f9a2c34b6124f462fdb463 --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index da4c376aa7..7da3de963b 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -247,7 +247,6 @@ class SkinTemplate extends Skin { } $out = $this->getOutput(); - $user = $this->getUser(); wfProfileIn( __METHOD__ . '-init' ); $this->initPage( $out );