Fix memory bug with Prestafraud configuration
This commit is contained in:
@@ -201,7 +201,7 @@ class PrestaFraud extends Module
|
||||
}
|
||||
$this->_html .= '</tbody></table></margin>
|
||||
</div>';
|
||||
$modules = Module::getModulesOnDisk();
|
||||
$modules = PaymentModule::getInstalledPaymentModules();
|
||||
$configured_payments = $this->_getConfiguredPayments();
|
||||
|
||||
$this->_html .= '
|
||||
|
||||
Reference in New Issue
Block a user