forked from extern/egroupware
convert custom from to 0 or 1, it's unset if not checked, which starts the detection
This commit is contained in:
parent
914c044a1c
commit
877373642b
@ -581,6 +581,9 @@ class uiinfolog
|
|||||||
$no_popup = $content['no_popup'];
|
$no_popup = $content['no_popup'];
|
||||||
$caller = $content['caller'];
|
$caller = $content['caller'];
|
||||||
|
|
||||||
|
// convert custom from to 0 or 1, it's unset if not checked, which starts the detection
|
||||||
|
$content['info_custom_from'] = (int)$content['info_custom_from'];
|
||||||
|
|
||||||
list($button) = @each($content['button']);
|
list($button) = @each($content['button']);
|
||||||
unset($content['button']);
|
unset($content['button']);
|
||||||
if ($button)
|
if ($button)
|
||||||
|
Loading…
Reference in New Issue
Block a user