MDL-14630 Fixed the exclusion of mentees block from the "my" page
This commit is contained in:
@@ -8,7 +8,7 @@ class block_mentees extends block_base {
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true, 'my' =>false, 'tag' => false);
|
||||
return array('all' => true, 'tag' => false);
|
||||
}
|
||||
|
||||
function specialization() {
|
||||
|
||||
Reference in New Issue
Block a user