Index: branches/5.3.x/core/units/files/file_tp.php =================================================================== diff -u -N -r15698 -r16519 --- branches/5.3.x/core/units/files/file_tp.php (.../file_tp.php) (revision 15698) +++ branches/5.3.x/core/units/files/file_tp.php (.../file_tp.php) (revision 16519) @@ -1,6 +1,6 @@ getObject($params); - /* @var $object kDBItem */ $last_dot = mb_strrpos($object->GetDBField('FilePath'), '.'); $ext = ($last_dot !== false) ? mb_substr($object->GetDBField('FilePath'), $last_dot + 1).'.gif' : '';