Fix a problem with the previous commit.

This commit is contained in:
Mark Crane 2014-12-05 02:45:56 +00:00
parent 71dc8fbc77
commit b50c68d92f
1 changed files with 1 additions and 1 deletions

View File

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