//small fix on block contact part 2

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16267 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-07-06 15:12:49 +00:00
parent 249808e175
commit b3b7a1f9b9
+1 -1
View File
@@ -104,7 +104,7 @@ class Blockcontact extends Module
return $this->display(__FILE__, 'blockcontact.tpl');
}
public function hookDisplayRightColumn()
public function hookDisplayLeftColumn()
{
return $this->hookDisplayRightColumn();
}