This commit is contained in:
Shish 2012-05-14 11:12:50 +01:00
parent f7e25daeb5
commit 2347b1fab8

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());
}
/**