aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));