This commit is contained in:
2025-01-28 16:00:08 +01:00
parent e7a417fef4
commit 2e33e6132f
3 changed files with 3 additions and 20 deletions

View File

@@ -104,7 +104,7 @@ class Belevo_Bezahl_Modul extends IPSModule
</body>
</html>';
SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf
SetValue("HTMLContent", $html); // Baut das HTML auf
}
}
?>