From 88b173d775556ea55a2cc730dfb1fc0a13ac5b72 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 29 Sep 2009 21:01:37 +0200 Subject: fixed missing bracket Ignore-this: 2891bb5aff5f63a2f71f0364e2a7cadc darcs-hash:20090929190137-7ad00-090aa37de15cd6ef0ab0ee8f48fffd0445f42167.gz --- inc/confutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/confutils.php b/inc/confutils.php index 5ad8385c4..9ec7a551e 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -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); } } -- cgit v1.2.3