mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix #4412
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user