// Merge -> revision 8149

This commit is contained in:
rMalie
2011-08-22 16:22:16 +00:00
parent 53d9b1343b
commit 08a8ffdcf9
18 changed files with 103 additions and 34 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class ProductDownloadCore extends ObjectModel
public function __construct($id_product_download = NULL)
{
parent::__construct($id_product_download);
// TODO check if the file is present on hard drive
// @TODO check if the file is present on hard drive
}
public function delete($deleteFile=false)