Fixed the name of the constant
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -39,7 +39,7 @@ class response_answer extends \core\event\base {
|
||||
protected function init() {
|
||||
$this->data["crud"] = "r";
|
||||
$this->data["edulevel"] = self::LEVEL_OTHER;
|
||||
$this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
|
||||
$this->data["objecttable"] = LOCAL_WEBHOOKS_TABLE_SERVICES;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user