mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
static method can not use $this, there is no need to anyway
This commit is contained in:
parent
608f3e3cce
commit
c8e4f12606
@ -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