From beb2a0131cf34b590bdb9dedd6feea09ea5e0aac Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 6 Jun 2019 16:11:12 +0200 Subject: [PATCH] fix travis --- htdocs/admin/multicurrency.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/admin/multicurrency.php b/htdocs/admin/multicurrency.php index 8fd6bb22c4d..c8ba5b10505 100644 --- a/htdocs/admin/multicurrency.php +++ b/htdocs/admin/multicurrency.php @@ -93,9 +93,8 @@ elseif ($action == 'update_currency') { $result=$currency->updateRate($rate); if ($result<0) { - setEventMessages(null,$currency->errors,'errors'); + setEventMessages(null, $currency->errors, 'errors'); } - } } }