Fix a problem with the previous commit.
This commit is contained in:
parent
71dc8fbc77
commit
b50c68d92f
|
|
@ -473,7 +473,7 @@
|
|||
end
|
||||
|
||||
--get the pin
|
||||
pin_number = session:getVariable("pin_number", conference_center_greeting);
|
||||
pin_number = session:getVariable("pin_number");
|
||||
if (not pin_number) then
|
||||
pin_number = nil;
|
||||
pin_number = get_pin_number(domain_uuid, conference_center_greeting);
|
||||
|
|
|
|||
Loading…
Reference in New Issue