// Fix download products

This commit is contained in:
rMalie
2011-08-16 16:22:13 +00:00
parent 598a009fcd
commit 710be54b89
4 changed files with 14 additions and 5 deletions
+7
View File
@@ -27,6 +27,13 @@
class getFileControllerCore extends FrontController
{
public function run()
{
$this->init();
$this->preProcess();
$this->process();
}
public function process()
{
$cookie = $this->context->cookie;