aboutsummaryrefslogtreecommitdiff
path: root/classes/event/service_updated.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-03-13 00:52:44 +0300
committerValentin Popov <info@valentineus.link>2018-03-13 00:52:44 +0300
commit6aed41d6754b9ac3202c1b567f5f3f4b3c5ca66f (patch)
treeea998abe101ca1f9fc290df004738f8ece634558 /classes/event/service_updated.php
parent25f175683505b028bb075a38cc9cd5619bdbfe50 (diff)
downloadlocal_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_updated.php')
-rw-r--r--classes/event/service_updated.php2
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;
}
/**