From 174ef896d1405a18ec6d986bf3500e133619b96b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 01:09:05 +0000 Subject: [PATCH] Don't need to specify the object path in templatedir field --- template_fs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template_fs.php b/template_fs.php index ff63599..7f914c0 100644 --- a/template_fs.php +++ b/template_fs.php @@ -62,8 +62,8 @@ class Template_FS extends Template * @access private */ var $fields = array( - 'templatedir' => array(REQ_YES, '$this->registry->fetch_sourcepath', false), - 'extension' => array(REQ_YES, null, false) + 'templatedir' => array(REQ_YES, 'fetch_sourcepath', false), + 'extension' => array(REQ_YES, null, false) ); // ################################################################### -- 2.22.5