mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Dumb nullpointer
This commit is contained in:
@@ -187,7 +187,7 @@ class ExchangeRateConverter
|
||||
if ('' === $rate) {
|
||||
return null;
|
||||
}
|
||||
if (0 === bccomp('0', $preparedRate)) {
|
||||
if (0 === bccomp('0', $rate)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user