fix travis
This commit is contained in:
parent
21f6daae2a
commit
beb2a0131c
@ -93,9 +93,8 @@ elseif ($action == 'update_currency')
|
|||||||
{
|
{
|
||||||
$result=$currency->updateRate($rate);
|
$result=$currency->updateRate($rate);
|
||||||
if ($result<0) {
|
if ($result<0) {
|
||||||
setEventMessages(null,$currency->errors,'errors');
|
setEventMessages(null, $currency->errors, 'errors');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user