diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-18 05:31:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-18 05:31:25 +0300 |
commit | 97140dccf76f878991853d827449ca608eb91864 (patch) | |
tree | 7017e6d948a6aaa0bd36a10921987cc614132322 /classes/event/response_get.php | |
parent | bf2cef3ea035f4487e4b41e3033c60b1f1f0ead3 (diff) | |
download | local_webhooks-97140dccf76f878991853d827449ca608eb91864.tar.xz local_webhooks-97140dccf76f878991853d827449ca608eb91864.zip |
Aesthetics in the code
Diffstat (limited to 'classes/event/response_get.php')
-rw-r--r-- | classes/event/response_get.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/event/response_get.php b/classes/event/response_get.php index d1bbf8b..5e25474 100644 --- a/classes/event/response_get.php +++ b/classes/event/response_get.php @@ -37,9 +37,9 @@ class response_get extends \core\event\base { * Init method. */ protected function init() { - $this->data["crud"] = "u"; + $this->data["crud"] = "r"; + $this->data["edulevel"] = self::LEVEL_OTHER; $this->data["objecttable"] = "local_webhooks_service"; - $this->data["edulevel"] = self::LEVEL_OTHER; } /** |