From f465ff10b2acc4762902818bbafcbac6a74d429c Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 17 Jul 2017 17:08:13 +0500 Subject: Rename config parameter --- src/org/traccar/processing/ComputedAttributesHandler.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/org/traccar') 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"); } } -- cgit v1.2.3