mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:44:25 +02:00
Function calls
Rename function, update calls
This commit is contained in:
parent
8e5e603008
commit
a80705a836
2 changed files with 7 additions and 5 deletions
|
@ -12,7 +12,7 @@ class Mimetype
|
|||
* @param string $filename filename
|
||||
* @return mixed array or string
|
||||
*/
|
||||
public static function contentType($filename)
|
||||
public static function getContentType($filename)
|
||||
{
|
||||
$mime_types = [
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue