- bug fix, found thanks to Eclipse syntax checking !

SVN:trunk[401]
This commit is contained in:
Denis Flaven
2010-05-06 09:01:21 +00:00
parent a28823141d
commit aff20677fb

View File

@@ -51,7 +51,7 @@ class utils
$sMimeType = $sType;
}
}
@finfo_close($finfo);
@finfo_close($rInfo);
}
$oDocument = new ormDocument($doc_content, $sMimeType, $_FILES[$sName]['name']);
break;