mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Missing default variable.
This commit is contained in:
parent
d28394c5d9
commit
20e39b2e12
@ -215,6 +215,7 @@ class SelectController extends Controller
|
||||
$collection = $newRuleEngine->find();
|
||||
$collection = $collection->slice(0, 20);
|
||||
|
||||
$warning = '';
|
||||
if (0 === count($collection)) {
|
||||
$warning = (string) trans('firefly.warning_no_matching_transactions'); // @codeCoverageIgnore
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user