Index: branches/5.2.x/core/units/files/file_tp.php =================================================================== diff -u -N -r15152 -r16513 --- branches/5.2.x/core/units/files/file_tp.php (.../file_tp.php) (revision 15152) +++ branches/5.2.x/core/units/files/file_tp.php (.../file_tp.php) (revision 16513) @@ -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' : '';