Skip to content
Snippets Groups Projects
Commit 11edc3d7 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Fix in Communication_entity ADDR onValueChange

parent 251ad779
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import("KeywordRegistry_basic");
import("Keyword_lib");
import("system.vars");
var addr = vars.get("$this.value");
var addr = vars.get("$local.value");
if (addr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment