A few more adjustments to domain_uuid.

This commit is contained in:
Mark Crane 2012-12-16 07:41:15 +00:00
parent 211279e1f7
commit 462211173f
1 changed files with 6 additions and 0 deletions

View File

@ -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