diff options
author | Valentin Popov <info@valentineus.link> | 2018-03-13 00:52:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-03-13 00:52:44 +0300 |
commit | 6aed41d6754b9ac3202c1b567f5f3f4b3c5ca66f (patch) | |
tree | ea998abe101ca1f9fc290df004738f8ece634558 /classes/event/service_deleted.php | |
parent | 25f175683505b028bb075a38cc9cd5619bdbfe50 (diff) | |
download | local_webhooks-6aed41d6754b9ac3202c1b567f5f3f4b3c5ca66f.tar.xz local_webhooks-6aed41d6754b9ac3202c1b567f5f3f4b3c5ca66f.zip |
Fixed the name of the constant
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/event/service_deleted.php')
-rw-r--r-- | classes/event/service_deleted.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/event/service_deleted.php b/classes/event/service_deleted.php index fd36106..d9ebc0a 100644 --- a/classes/event/service_deleted.php +++ b/classes/event/service_deleted.php @@ -39,7 +39,7 @@ class service_deleted extends \core\event\base { protected function init() { $this->data["crud"] = "d"; $this->data["edulevel"] = self::LEVEL_OTHER; - $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE; + $this->data["objecttable"] = LOCAL_WEBHOOKS_TABLE_SERVICES; } /** |