mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 19:42:02 +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