From 446fb4233aa9301e560b4d8bbcef254adf61d7a2 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 1 May 2008 14:58:16 +0000 Subject: Marcus Povey * Name tweaks git-svn-id: https://code.elgg.org/elgg/trunk@601 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/file/start.php') 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() )); } -- cgit v1.2.3