Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove false patch of commit e478413, this comma is not needed #17

Open
joo4mart opened this issue May 13, 2021 · 0 comments
Open

remove false patch of commit e478413, this comma is not needed #17

joo4mart opened this issue May 13, 2021 · 0 comments

Comments

@joo4mart
Copy link

joo4mart commented May 13, 2021

In the commit e478413 was one comma add, which is not needed. It gives an error while updating configuration.

diff --git a/classes/class.ilBigBlueButtonConfigGUI.php b/classes/class.ilBigBlueButtonConfigGUI.php

index ebb20ab..c47b931 100755

--- a/classes/class.ilBigBlueButtonConfigGUI.php

+++ b/classes/class.ilBigBlueButtonConfigGUI.php

@@ -154,7 +154,7 @@ class ilBigBlueButtonConfigGUI extends ilPluginConfigGUI

" svrpublicurl = ".$ilDB->quote($setPublicURL, "text").",".

" svrprivateurl = ".$ilDB->quote($setPublicURL, "text").",".

" svrsalt = ".$ilDB->quote($setSalt, "text"). ",".

- " choose_recording = ".$ilDB->quote($choose_recording, "integer").",".

+ " choose_recording = ".$ilDB->quote($choose_recording, "integer").

" WHERE id = ".$ilDB->quote(1, "integer")

);

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant