fff.
This commit is contained in:
parent
f7e25daeb5
commit
2347b1fab8
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ class Image {
|
||||||
* @retval string
|
* @retval string
|
||||||
*/
|
*/
|
||||||
public function get_mime_type() {
|
public function get_mime_type() {
|
||||||
return getMimeType(get_image_filename());
|
return getMimeType($this->get_image_filename());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue