mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Make sure update and edit work for location, API or not.
This commit is contained in:
		| @@ -101,7 +101,7 @@ class AccountUpdateService | ||||
|         $this->updateMetaData($account, $data); | ||||
|  | ||||
|         // update, delete or create location: | ||||
|         $updateLocation = $data['has_location'] ?? false; | ||||
|         $updateLocation = $data['update_location'] ?? false; | ||||
|  | ||||
|         // location must be updated? | ||||
|         if (true === $updateLocation) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user