瀏覽代碼

A few more adjustments to domain_uuid.

Mark Crane 12 年之前
父節點
當前提交
26d463578c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      includes/install/scripts/xml_handler.lua

+ 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