mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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']);
|
$this->etemplate->init($content['import']);
|
||||||
$preserv['import'] = $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)
|
if (!$this->etemplate->modified_set || !$this->etemplate->modified)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user