diff options
Diffstat (limited to 'mod/file/start.php')
-rw-r--r-- | mod/file/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php index 3c5fbb80d..adf446cb5 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -93,7 +93,7 @@ "tags" => $tags, "title" => $file->title, "description" => $file->description, - "mime" => $file->getMimeType() + "mimetype" => $file->getMimeType() )); } |