[-] FO : fixed bug #PSCFV-4357, #PSCFV-4270

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17549 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-26 08:20:28 +00:00
parent 53c5aa7174
commit 248ec3fbbe
4 changed files with 25 additions and 19 deletions
@@ -169,7 +169,7 @@ class Blockcustomerprivacy extends Module
{
if (!$this->checkConfig())
return;
$this->context->controller->addJS(($this->_path).'blockcustomerprivacy.js');
$this->context->controller->addJS($this->_path.'blockcustomerprivacy.js');
}
public function hookActionBeforeSubmitAccount($params)