mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-47207_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
bebd3ce8fc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue