// Fix downloadable files in admin

This commit is contained in:
rMalie
2011-10-04 16:10:05 +00:00
parent e47380cf6c
commit 0b78e570ec
+1 -1
View File
@@ -30,7 +30,7 @@ class GetFileControllerCore extends FrontController
protected $display_header = false;
protected $display_footer = false;
public function postProcess()
public function init()
{
if (isset($this->context->employee) && $this->context->employee->isLoggedBack() && Tools::getValue('file'))
{