aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php2
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()
));
}