mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Some issues fixed for scrutiniser.
This commit is contained in:
@@ -183,7 +183,7 @@ class CategoryController extends Controller
|
||||
$journals->setPath('categories/show/' . $category->id);
|
||||
|
||||
// oldest transaction in category:
|
||||
$start = $repository->firstUseDate($category, new Collection);
|
||||
$start = $repository->firstUseDate($category);
|
||||
if ($start->year == 1900) {
|
||||
$start = new Carbon;
|
||||
}
|
||||
|
Reference in New Issue
Block a user