Fix syntax

This commit is contained in:
Romain Neutron
2012-01-26 18:33:53 +01:00
parent 7099059f0b
commit defb77b314

View File

@@ -53,6 +53,7 @@ try
{
$record->set_original_name($_FILES["newHD"]["name"]);
}
}
catch (Exception $e)
{
echo '<center>', $e->getMessage(), '<br/><br/>';