// Fix downloadable files in admin

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9031 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-04 16:10:05 +00:00
parent e80543448a
commit 2a764cfd14
+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'))
{