Merge branch 'master' into branch_2.4

This commit is contained in:
Shish 2012-05-14 11:13:01 +01:00
commit f18c8790f2

View File

@ -388,7 +388,7 @@ class Image {
* @retval string
*/
public function get_mime_type() {
return getMimeType(get_image_filename());
return getMimeType($this->get_image_filename());
}
/**