aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-25 08:24:07 +0300
committerValentin Popov <info@valentineus.link>2017-10-25 08:24:07 +0300
commitd3c79af8cfdae4a07cc09e50e408735f037e8991 (patch)
tree3a8767f82cbe40f55df04dbab33e2e3bde55cc28
parent7862e885ede09fe6ca0003d20437fa927fe8d756 (diff)
downloadlocal_webhooks-d3c79af8cfdae4a07cc09e50e408735f037e8991.tar.xz
local_webhooks-d3c79af8cfdae4a07cc09e50e408735f037e8991.zip
Change the name of the switch
-rw-r--r--settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.php b/settings.php
index c2235c2..22fef2f 100644
--- a/settings.php
+++ b/settings.php
@@ -32,7 +32,7 @@ if ($hassiteconfig) {
$ADMIN->add("localplugins", $settings);
$settings->add(new admin_setting_configcheckbox(
- "local_webhooks/enabled",
+ "local_webhooks/enable",
new lang_string("enable", "moodle"),
new lang_string("enablews", "webservice"),
false));