Skip to content
Snippets Groups Projects
Commit 88b173d7 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed missing bracket

Ignore-this: 2891bb5aff5f63a2f71f0364e2a7cadc

darcs-hash:20090929190137-7ad00-090aa37de15cd6ef0ab0ee8f48fffd0445f42167.gz
parent fd907692
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ function mimetype($file, $knownonly=true){
}else{
$ret = array($ext, $mtypes[$ext], false);
}
elseif(!$knownonly){
}elseif(!$knownonly){
$ret = array($ext, 'application/octet-stream', true);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment