mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Strict comparisons.
This commit is contained in:
		| @@ -107,7 +107,7 @@ class HomeController extends Controller | ||||
|         $types = config('firefly.accountTypesByIdentifier.asset'); | ||||
|         $count = $repository->count($types); | ||||
|  | ||||
|         if ($count == 0) { | ||||
|         if ($count === 0) { | ||||
|             return redirect(route('new-user.index')); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user