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

This commit is contained in:
Ralf Becker 2013-11-11 08:28:03 +00:00
parent b1f5649451
commit d4d0c13876

View File

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