Fixed event type
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a6682c8ce4
commit
50f9e3831c
@ -38,7 +38,7 @@ class administrator_added extends \core\event\base {
|
||||
* Init method.
|
||||
*/
|
||||
protected function init() {
|
||||
$this->data["crud"] = "r";
|
||||
$this->data["crud"] = "c";
|
||||
$this->data["edulevel"] = self::LEVEL_OTHER;
|
||||
$this->context = \context_system::instance();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user