Remove unused reference to $globals in PlPage
[platal.git] / classes / plpage.php
index 9841123..1ad5c59 100644 (file)
@@ -89,7 +89,6 @@ abstract class PlPage extends Smarty
      */
     public function coreTpl($tpl, $type = SKINNED)
     {
-        global $globals;
         $this->changeTpl(self::getCoreTpl($tpl), $type);
     }