fix travis

This commit is contained in:
florian HENRY 2019-06-06 16:11:12 +02:00
parent 21f6daae2a
commit beb2a0131c

View File

@ -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');
}
}
}
}