MDL-14630 Merged My Moodle fix for Mentees from 1.9

This commit is contained in:
moodler 2008-05-01 05:39:50 +00:00
parent 25c69458cf
commit 1d2c7142c7

View file

@ -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() {