mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Fix #4412
This commit is contained in:
parent
2b06279f05
commit
c4669ade29
@ -521,6 +521,7 @@ class SearchRuleEngine implements RuleEngineInterface
|
||||
}
|
||||
if (0 !== $journalId) {
|
||||
$repository = app(JournalRepositoryInterface::class);
|
||||
$repository->setUser($this->user);
|
||||
$journal = $repository->findNull($journalId);
|
||||
if (null !== $journal) {
|
||||
$date = $journal->date;
|
||||
|
Loading…
Reference in New Issue
Block a user