mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	fix type error
This commit is contained in:
		| @@ -103,7 +103,7 @@ class ShowController extends Controller | ||||
| 
 | ||||
|         foreach (array_keys($groupArray['transactions']) as $index) { | ||||
|             $groupArray['transactions'][$index]['tags'] = $this->repository->getTagObjects( | ||||
|                 $groupArray['transactions'][$index]['transaction_journal_id'] | ||||
|                 (int) $groupArray['transactions'][$index]['transaction_journal_id'] | ||||
|             ); | ||||
|         } | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user