mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed: saving of imported templates was not working
This commit is contained in:
parent
f18f12fab1
commit
e38b703f77
@ -296,9 +296,9 @@
|
||||
$this->etemplate->init($content['import']);
|
||||
$preserv['import'] = $content['import'];
|
||||
}
|
||||
elseif ($content['save'])
|
||||
if ($content['save'])
|
||||
{
|
||||
$this->etemplate->read($content['old_keys']);
|
||||
if (!is_array($content['import'])) $this->etemplate->read($content['old_keys']);
|
||||
|
||||
if (!$this->etemplate->modified_set || !$this->etemplate->modified)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user