mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
🤖 Auto commit for release 'develop' on 2025-07-31
This commit is contained in:
@@ -140,7 +140,7 @@ class TagRepository implements TagRepositoryInterface, UserGroupInterface
|
||||
}
|
||||
|
||||
if (null !== $year) {
|
||||
$year = min(2038,max(1970, $year));
|
||||
$year = min(2038, max(1970, $year));
|
||||
app('log')->debug(sprintf('Get tags with year %s.', $year));
|
||||
$tagQuery->where('tags.date', '>=', sprintf('%d-01-01 00:00:00', $year))->where('tags.date', '<=', sprintf('%d-12-31 23:59:59', $year));
|
||||
}
|
||||
|
Reference in New Issue
Block a user