diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 14:58:16 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 14:58:16 +0000 |
commit | 446fb4233aa9301e560b4d8bbcef254adf61d7a2 (patch) | |
tree | b8f6720a6a0031627522eb92cc713bde90ac5b5f /mod/file/start.php | |
parent | 0f2141e90dd03bb66318ec8776fada3ef8569ef9 (diff) | |
download | elgg-446fb4233aa9301e560b4d8bbcef254adf61d7a2.tar.gz elgg-446fb4233aa9301e560b4d8bbcef254adf61d7a2.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Name tweaks
git-svn-id: https://code.elgg.org/elgg/trunk@601 36083f99-b078-4883-b0ff-0f9b5a30f544
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() )); } |