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