mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Fix for #835
This commit is contained in:
@@ -67,7 +67,7 @@ class CategoryController extends Controller
|
||||
|
||||
$start = $repository->firstUseDate($category);
|
||||
|
||||
if ($start->year === 1900) {
|
||||
if (is_null($first)) {
|
||||
$start = new Carbon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user