Merge pull request #15454 from GuiLeme/issue-15439

fix(recording): Fix typo in presentation scripts
This commit is contained in:
Anton Georgiev 2022-07-27 09:33:00 -04:00 committed by GitHub
commit 2ea3bdb40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ filepathPresOverride = "/etc/bigbluebutton/recording/presentation.yml"
hasOverride = File.file?(filepathPresOverride)
if (hasOverride)
presOverrideProps = YAML::load(File.open(filepathPresOverride))
$presentation_props = $presentation_props.merge(presOverrideProps)
@presentation_props = @presentation_props.merge(presOverrideProps)
end
# There's a couple of places where stuff is mysteriously divided or multiplied