--- modules/text/Attic/text.module 2009/07/18 01:18:07 1.95.2.30 +++ modules/text/Attic/text.module 2010/12/30 13:55:30 1.95.2.31 @@ -171,7 +171,7 @@ $text = isset($item['value']) ? check_markup($item['value'], $item['format'], $check) : ''; } else { - $text = check_plain($item['value']); + $text = isset($item['value']) ? check_plain($item['value']) : ''; } $items[$delta]['safe'] = $text; }