convert custom from to 0 or 1, it's unset if not checked, which starts the detection

This commit is contained in:
Ralf Becker 2006-10-18 09:09:18 +00:00
parent 914c044a1c
commit 877373642b

View File

@ -580,6 +580,9 @@ class uiinfolog
$referer = $content['referer'];
$no_popup = $content['no_popup'];
$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']);
unset($content['button']);