Index: t3lib/class.t3lib_iconworks.php =================================================================== --- t3lib/class.t3lib_iconworks.php (revision 8062) +++ t3lib/class.t3lib_iconworks.php (working copy) @@ -732,7 +732,7 @@ * @return string the full HTML tag (usually a ) * @access public */ - public static function getSpriteIconForRecord($table, $row, $options = array()) { + public static function getSpriteIconForRecord($table, array $row, $options = array()) { $innerHtml = (isset($options['html']) ? $options['html'] : ''); $tagName = (isset($options['tagName']) ? $options['tagName'] : 'span');