check strict

This commit is contained in:
Garvin Hicking 2008-05-26 11:32:54 +00:00
parent 05f24391ef
commit a4533104e8

@ -1187,7 +1187,7 @@ END_IMG_CSS;
// never returned.
//
// Reference a footer that will be printed
if (empty($footer) && !isset($eventData[$i]['add_footer'])) {
if (empty($footer) && !isset($eventData[$i]['add_footer']) && is_array($eventData[$i])) {
$eventData[$i]['add_footer'] = '';
$footer = &$eventData[$i]['add_footer'];
// It's still empty, but it's referencing