no message
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class PV_Visu extends IPSModule
|
|||||||
$vid = $this->ReadPropertyInteger($prop);
|
$vid = $this->ReadPropertyInteger($prop);
|
||||||
if ($vid > 0) {
|
if ($vid > 0) {
|
||||||
// Register event for variable update
|
// Register event for variable update
|
||||||
$this->RegisterMessage(\$vid, VM_UPDATE);
|
$this->RegisterMessage($vid, VM_UPDATE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user