From 5c1ea46f7f666f042ecd35f9fc8893abe5069aad Mon Sep 17 00:00:00 2001 From: jmCollin Date: Mon, 19 Dec 2011 09:41:39 +0000 Subject: [PATCH] Fix memory bug with Prestafraud configuration --- modules/prestafraud/prestafraud.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prestafraud/prestafraud.php b/modules/prestafraud/prestafraud.php index 2fd553c0e..bc25d6390 100644 --- a/modules/prestafraud/prestafraud.php +++ b/modules/prestafraud/prestafraud.php @@ -201,7 +201,7 @@ class PrestaFraud extends Module } $this->_html .= ' '; - $modules = Module::getModulesOnDisk(); + $modules = PaymentModule::getInstalledPaymentModules(); $configured_payments = $this->_getConfiguredPayments(); $this->_html .= '