static method can not use $this, there is no need to anyway

This commit is contained in:
Ralf Becker 2013-11-11 08:28:36 +00:00
parent 608f3e3cce
commit c8e4f12606

View File

@ -99,7 +99,7 @@ class mime_magic
*/
public static function filename2mine($filename)
{
return $this->filename2mime($filename);
return self::filename2mime($filename);
}
/**