Fix "Warning: Call to deprecated function rcmail_filetype2classname()"

This commit is contained in:
Aleksander Machniak 2016-11-23 20:19:03 +01:00
parent 591dfa64ea
commit 0029200a78

View file

@ -1280,7 +1280,7 @@ class kolab_files_engine
'html' => $content,
'name' => $attachment['name'],
'mimetype' => $attachment['mimetype'],
'classname' => rcmail_filetype2classname($attachment['mimetype'], $attachment['name']),
'classname' => rcube_utils::file2class($attachment['mimetype'], $attachment['name']),
'complete' => true), $uploadid);
}
else if ($attachment['error']) {