forked from extern/egroupware
fixed an error msg
This commit is contained in:
parent
2004bf5c58
commit
56acf9ae94
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user