From aff20677fbebde7b82a0b5dbc1884e754ed9fb01 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 6 May 2010 09:01:21 +0000 Subject: [PATCH] - bug fix, found thanks to Eclipse syntax checking ! SVN:trunk[401] --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index ecf2d11c0..f5cb6021d 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -51,7 +51,7 @@ class utils $sMimeType = $sType; } } - @finfo_close($finfo); + @finfo_close($rInfo); } $oDocument = new ormDocument($doc_content, $sMimeType, $_FILES[$sName]['name']); break;