From 375afcb07881343ea8b37190954b2c97025df5bf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 12 Oct 2006 05:41:08 +0000 Subject: [PATCH] Remove more check_isso_fields() calls --- template_fs.php | 2 -- xml.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/template_fs.php b/template_fs.php index a85aed8..98e0ec9 100644 --- a/template_fs.php +++ b/template_fs.php @@ -138,8 +138,6 @@ class Template_FS extends Template */ function _load($name) { - $this->registry->check_isso_fields(get_class($this)); - $path = $this->registry->apppath . $this->templatedir . $name . '.' . $this->extension; if (is_file($path)) { diff --git a/xml.php b/xml.php index 53b6a06..d81718e 100644 --- a/xml.php +++ b/xml.php @@ -119,8 +119,6 @@ class XML */ function parse($data, $utf8 = false) { - $this->registry->check_isso_fields(get_class($this)); - $this->stack = array(); $this->attribs = array(); $this->result = array(); -- 2.22.5