From b432570f9da50a3882ddbc374fbd2341fde35c63 Mon Sep 17 00:00:00 2001 From: jmCollin Date: Mon, 19 Dec 2011 09:51:26 +0000 Subject: [PATCH] // git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11342 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/prestafraud/prestafraud.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/prestafraud/prestafraud.php b/modules/prestafraud/prestafraud.php index bc25d6390..4f0de04ee 100644 --- a/modules/prestafraud/prestafraud.php +++ b/modules/prestafraud/prestafraud.php @@ -212,12 +212,11 @@ class PrestaFraud extends Module foreach ($modules AS $module) { - if (!method_exists($module, 'hookPayment') OR !$module->id) - continue; - $this->_html .= ''.$module->displayName.' '; foreach ($this->_payment_types AS $type => $name) - $this->_html .= ''; + $this->_html .= ''; $this->_html .= ''; } $this->_html .= '