mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-14630 Merged My Moodle fix for Mentees from 1.9
This commit is contained in:
parent
25c69458cf
commit
1d2c7142c7
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue