diff --git a/assets/plugins/templatesedit/class/templatesedit.class.php b/assets/plugins/templatesedit/class/templatesedit.class.php index d935551..6bf2e43 100644 --- a/assets/plugins/templatesedit/class/templatesedit.class.php +++ b/assets/plugins/templatesedit/class/templatesedit.class.php @@ -1,13 +1,9 @@ + * @author 64j */ -//error_reporting(E_ALL); -//ini_set("display_error", true); -//ini_set("error_reporting", E_ALL); - class templatesedit { protected $evo; @@ -246,7 +242,7 @@ protected function getTemplateVariables() protected function renderTabs() { - global $_lang, $richtexteditorIds, $richtexteditorOptions; + global $richtexteditorIds, $richtexteditorOptions; $out = ''; $this->added_fields = []; diff --git a/assets/plugins/templatesedit/class/templateseditbuilder.class.php b/assets/plugins/templatesedit/class/templateseditbuilder.class.php index 993d3db..ffe98f0 100644 --- a/assets/plugins/templatesedit/class/templateseditbuilder.class.php +++ b/assets/plugins/templatesedit/class/templateseditbuilder.class.php @@ -1,7 +1,7 @@ + * @author 64j */ class templateseditbuilder