mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Clean up code.
This commit is contained in:
		@@ -94,7 +94,7 @@ class EditController extends Controller
 | 
			
		||||
        $hasLocation    = null !== $location;
 | 
			
		||||
        $locations      = [
 | 
			
		||||
            'location' => [
 | 
			
		||||
                'latitude'     => null !== old('location_latitude') ? old('location_latitude'): $latitude,
 | 
			
		||||
                'latitude'     => null !== old('location_latitude') ? old('location_latitude') : $latitude,
 | 
			
		||||
                'longitude'    => null !== old('location_longitude') ? old('location_longitude') : $longitude,
 | 
			
		||||
                'zoom_level'   => null !== old('location_zoom_level') ? old('location_zoom_level') : $zoomLevel,
 | 
			
		||||
                'has_location' => $hasLocation || 'true' === old('location_has_location'),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user