/small fix

This commit is contained in:
vAugagneur
2013-09-20 11:38:39 +02:00
parent 2f56a4dbbd
commit 4c5cd50345
+2 -3
View File
@@ -94,7 +94,7 @@ class Blockcontact extends Module
return $this->hookDisplayRightColumn();
}
public function renderForm()
public function renderForm()
{
$fields_form = array(
'form' => array(
@@ -148,5 +148,4 @@ class Blockcontact extends Module
'blockcontact_email' => Tools::getValue('blockcontact_email', Configuration::get('blockcontact_email')),
);
}
}
?>
}