From: Nicolas Iooss Date: Mon, 14 Oct 2013 19:28:19 +0000 (+0200) Subject: Remove unused reference to $globals in PlPage X-Git-Tag: core/1.1.11~2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e9cf1bf903107b856df864f6d324076720e791bd;p=platal.git Remove unused reference to $globals in PlPage Signed-off-by: Nicolas Iooss --- diff --git a/classes/plpage.php b/classes/plpage.php index 9841123..1ad5c59 100644 --- a/classes/plpage.php +++ b/classes/plpage.php @@ -89,7 +89,6 @@ abstract class PlPage extends Smarty */ public function coreTpl($tpl, $type = SKINNED) { - global $globals; $this->changeTpl(self::getCoreTpl($tpl), $type); }