diff options
-rw-r--r-- | src/org/traccar/processing/ComputedAttributesHandler.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org/traccar/processing/ComputedAttributesHandler.java b/src/org/traccar/processing/ComputedAttributesHandler.java index e5b559182..536e39ec4 100644 --- a/src/org/traccar/processing/ComputedAttributesHandler.java +++ b/src/org/traccar/processing/ComputedAttributesHandler.java @@ -44,8 +44,7 @@ public class ComputedAttributesHandler extends BaseDataHandler { engine = new JexlEngine(); engine.setStrict(true); if (Context.getConfig() != null) { - mapDeviceAttributes = Context.getConfig().getBoolean( - "processing.computedAttributes.mapDeviceAttributes.enable"); + mapDeviceAttributes = Context.getConfig().getBoolean("processing.computedAttributes.deviceAttributes"); } } |