We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba644f4 commit 50e43fdCopy full SHA for 50e43fd
1 file changed
settings.php
@@ -32,7 +32,7 @@
32
require_once($CFG->dirroot . '/mod/zoom/locallib.php');
33
34
// Test whether connection works and display result to user.
35
- if (!CLI_SCRIPT && $PAGE->url == $CFG->wwwroot . '/' . $CFG->admin . '/settings.php?section=modsettingzoom') {
+ if (!CLI_SCRIPT && $PAGE->url == $CFG->wwwroot . '/' . $CFG->admin . '/settings.php?section=' . $settings->name) {
36
$status = 'connectionfailed';
37
$notifyclass = notification::NOTIFY_ERROR;
38
$errormessage = '';
0 commit comments