From 4c5cd503450339d4c35a42c27dbdca3c81423895 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 20 Sep 2013 11:38:39 +0200 Subject: [PATCH] /small fix --- modules/blockcontact/blockcontact.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/blockcontact/blockcontact.php b/modules/blockcontact/blockcontact.php index 497c7efc3..aa73cb770 100644 --- a/modules/blockcontact/blockcontact.php +++ b/modules/blockcontact/blockcontact.php @@ -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')), ); } -} -?> +} \ No newline at end of file