Merge branch 'MDL-47207_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-11-04 01:20:51 +01:00
commit bebd3ce8fc
2 changed files with 2 additions and 2 deletions

View File

@ -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';
}

View File

@ -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';
}