fixed bug

This commit is contained in:
git 2025-06-21 18:14:45 +01:00
parent 0dbba014d8
commit f8fb62c77b

View File

@ -33,6 +33,9 @@ $supportFunctions
// Include system-level support file // Include system-level support file
require_once 'sys.php'; require_once 'sys.php';
// Include composer packages
require 'vendor/autoload.php';
// Dynamically defined trigger function // Dynamically defined trigger function
function $functionName(&\$data, &\$error) { function $functionName(&\$data, &\$error) {
$onUpdate_phpCode $onUpdate_phpCode