mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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)
|
||||
{
|
||||
return $this->filename2mime($filename);
|
||||
return self::filename2mime($filename);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user