diff options
Diffstat (limited to 'classes/event/service_updated.php')
-rw-r--r-- | classes/event/service_updated.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/event/service_updated.php b/classes/event/service_updated.php index 9c9318a..83208ce 100644 --- a/classes/event/service_updated.php +++ b/classes/event/service_updated.php @@ -39,7 +39,7 @@ class service_updated extends \core\event\base { protected function init() { $this->data["crud"] = "u"; $this->data["edulevel"] = self::LEVEL_OTHER; - $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE; + $this->data["objecttable"] = LOCAL_WEBHOOKS_TABLE_SERVICES; } /** |