@@ -39,7 +39,7 @@ class backup_performed extends \core\event\base {
 | 
			
		||||
    protected function init() {
 | 
			
		||||
        $this->data["crud"]        = "c";
 | 
			
		||||
        $this->data["edulevel"]    = self::LEVEL_OTHER;
 | 
			
		||||
        $this->data["objecttable"] = "local_webhooks_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@ class backup_restored extends \core\event\base {
 | 
			
		||||
    protected function init() {
 | 
			
		||||
        $this->data["crud"]        = "u";
 | 
			
		||||
        $this->data["edulevel"]    = self::LEVEL_OTHER;
 | 
			
		||||
        $this->data["objecttable"] = "local_webhooks_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -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_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@ class service_added extends \core\event\base {
 | 
			
		||||
    protected function init() {
 | 
			
		||||
        $this->data["crud"]        = "c";
 | 
			
		||||
        $this->data["edulevel"]    = self::LEVEL_OTHER;
 | 
			
		||||
        $this->data["objecttable"] = "local_webhooks_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -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_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@ class service_deletedall extends \core\event\base {
 | 
			
		||||
    protected function init() {
 | 
			
		||||
        $this->data["crud"]        = "d";
 | 
			
		||||
        $this->data["edulevel"]    = self::LEVEL_OTHER;
 | 
			
		||||
        $this->data["objecttable"] = "local_webhooks_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -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_service";
 | 
			
		||||
        $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user