mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-47207_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
bebd3ce8fc
@ -48,7 +48,7 @@ class subscription_created extends \core\event\base {
|
||||
*/
|
||||
protected function init() {
|
||||
$this->data['crud'] = 'c';
|
||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
||||
$this->data['edulevel'] = self::LEVEL_PARTICIPATING;
|
||||
$this->data['objecttable'] = 'forum_subscriptions';
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@ class subscription_deleted extends \core\event\base {
|
||||
*/
|
||||
protected function init() {
|
||||
$this->data['crud'] = 'd';
|
||||
$this->data['edulevel'] = self::LEVEL_OTHER;
|
||||
$this->data['edulevel'] = self::LEVEL_PARTICIPATING;
|
||||
$this->data['objecttable'] = 'forum_subscriptions';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user