diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 6f3daa6..1949486 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -15,12 +15,13 @@ class Belevo_Bezahl_Modul extends IPSModule $this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false); // Initiales HTML setzen - $this->SetHTMLContent(); + } public function ApplyChanges() { parent::ApplyChanges(); + $this->SetHTMLContent(); } private function SetHTMLContent() diff --git a/library.json b/library.json index 8eaec56..53579ff 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.016", + "version": "1.017", "build": 0, "date": 0 } \ No newline at end of file