forked from extern/egroupware
"fixed sometimes not working [Values] button"
This commit is contained in:
parent
dfaa808b8c
commit
6fe6365c78
@ -466,7 +466,7 @@ class editor
|
||||
);
|
||||
|
||||
$editor = new etemplate('etemplate.editor.new');
|
||||
if (!$msg && isset($content['values']) && !isset($content['vals']))
|
||||
if (isset($content['values']) && !isset($content['vals']))
|
||||
{
|
||||
$r = 1;
|
||||
foreach((array)$content['cont'] as $key => $val)
|
||||
|
Loading…
Reference in New Issue
Block a user