Эх сурвалжийг харах

A few more adjustments to domain_uuid.

Mark Crane 12 жил өмнө
parent
commit
26d463578c

+ 6 - 0
includes/install/scripts/xml_handler.lua

@@ -75,7 +75,13 @@
 
 --get the params and set them as variables
 	local domain_uuid = params:getHeader("variable_domain_uuid");
+	if (domain_uuid == nil) then
+		local domain_uuid = params:getHeader("domain_uuid");
+	end
 	local domain_name = params:getHeader("domain");
+	if (domain_name == nil) then
+		local domain_name = params:getHeader("domain_name");
+	end
 	if (domain_name == nil) then
 		local domain_name = params:getHeader("variable_domain_name");
 	end