"but test_import and import_dump is ..."

This commit is contained in:
Ralf Becker 2008-03-09 15:54:52 +00:00
parent 4b60cbf95f
commit e6d99f37e9

View File

@ -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,'','##');
}