MDL-14630 Fixed the exclusion of mentees block from the "my" page

This commit is contained in:
moodler
2008-05-01 05:37:56 +00:00
parent 20875a12e0
commit 87dc962b44
+1 -1
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() {