From e6d99f37e956f4484294c4e6491b03a5d251af64 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Mar 2008 15:54:52 +0000 Subject: [PATCH] "but test_import and import_dump is ..." --- etemplate/inc/class.soetemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.soetemplate.inc.php b/etemplate/inc/class.soetemplate.inc.php index fcb064f07f..bd66fe1576 100644 --- a/etemplate/inc/class.soetemplate.inc.php +++ b/etemplate/inc/class.soetemplate.inc.php @@ -1106,7 +1106,7 @@ class soetemplate $templ =& new soetemplate(".$app",'','##'); if ($templ->lang != '##' || $templ->modified < $time) // need to import { - $ret = $this->import_dump($app); + $ret = self::import_dump($app); $templ->modified = $time; $templ->save('.'.$app,'','##'); }