forked from extern/egroupware
static method can not use $this, there is no need to anyway
This commit is contained in:
parent
b1f5649451
commit
d4d0c13876
@ -99,7 +99,7 @@ class mime_magic
|
|||||||
*/
|
*/
|
||||||
public static function filename2mine($filename)
|
public static function filename2mine($filename)
|
||||||
{
|
{
|
||||||
return $this->filename2mime($filename);
|
return self::filename2mime($filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user