summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-02-26 18:16:08 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-02-26 18:16:08 +0100
commit3716c33b95ec5012c32f0b973a856449ead9c940 (patch)
treee3302832cb929671b0571c7a9f26634910978ed7
parentc78becdb15edcef865f4a0056a3f6c03ea86a20c (diff)
fix handling of ocaml mimetype
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/models/file_mod.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/file_mod.php b/application/models/file_mod.php
index 32c3f29d0..718ee21ec 100644
--- a/application/models/file_mod.php
+++ b/application/models/file_mod.php
@@ -432,6 +432,7 @@ class File_mod extends CI_Model {
#'text/x-log' => 'log',
'text/html' => 'xml',
'text/css' => 'css',
+ 'text/x-ocaml' => 'ocaml',
'message/rfc822' => 'email',
#'image/svg+xml' => 'xml',
'application/x-perl' => 'perl',