fixed an error msg

This commit is contained in:
Ralf Becker 2002-10-17 22:05:53 +00:00
parent 2004bf5c58
commit 56acf9ae94

View File

@ -536,7 +536,7 @@
$this->etemplate->xul_io = CreateObject('etemplate.xul_io');
}
$imported = $this->etemplate->xul_io->import(&$this->etemplate,$xul);
$this->etemplate->modified = filemtime($f);
$this->etemplate->modified = @filemtime($f);
$this->etemplate->modified_set = 'xul-import';
if (is_array($imported))