aboutsummaryrefslogtreecommitdiff
path: root/classes/event/service_added.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/event/service_added.php')
-rw-r--r--classes/event/service_added.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/event/service_added.php b/classes/event/service_added.php
index f470718..93f27d5 100644
--- a/classes/event/service_added.php
+++ b/classes/event/service_added.php
@@ -39,7 +39,7 @@ class service_added extends \core\event\base {
protected function init() {
$this->data["crud"] = "c";
$this->data["edulevel"] = self::LEVEL_OTHER;
- $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
+ $this->data["objecttable"] = LOCAL_WEBHOOKS_TABLE_SERVICES;
}
/**