aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stif
diff options
context:
space:
mode:
authorXinhui2016-09-26 15:27:33 +0200
committerXinhui2016-09-26 15:28:05 +0200
commit13dc269d40763314db72d51bb8e53acfd219b285 (patch)
treed5cad3e8f317e68fbe88dfec7ac4cd582c9f22ee /lib/stif
parentb483cb1b878451d45350a21918993388c2994e65 (diff)
downloadchouette-core-13dc269d40763314db72d51bb8e53acfd219b285.tar.bz2
Fix reflex accessPoint access_type mapping
Refs #1686
Diffstat (limited to 'lib/stif')
-rw-r--r--lib/stif/reflex_synchronization.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb
index b68fd6fc5..19f39e858 100644
--- a/lib/stif/reflex_synchronization.rb
+++ b/lib/stif/reflex_synchronization.rb
@@ -85,7 +85,7 @@ module Stif
access.stop_area = stop_area
{
:name => :name,
- :access_type => :area_type,
+ :access_type => :access_type,
:object_version => :version,
:zip_code => :postal_code,
:city_name => :city,