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