"missing static"

This commit is contained in:
Ralf Becker 2009-04-18 10:54:39 +00:00
parent f08024b9e0
commit 70f2d64273

View File

@ -32,7 +32,7 @@ class mime_magic
* @param string $mime
* @return string
*/
public function mime2label($mime)
public static function mime2label($mime)
{
$mime = strtolower($mime);