From 1d2c7142c72e7ae77b82a61eacc2cc00133dea8c Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 1 May 2008 05:39:50 +0000 Subject: [PATCH] MDL-14630 Merged My Moodle fix for Mentees from 1.9 --- blocks/mentees/block_mentees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/mentees/block_mentees.php b/blocks/mentees/block_mentees.php index 60beae9ff7..87a85e40cf 100755 --- a/blocks/mentees/block_mentees.php +++ b/blocks/mentees/block_mentees.php @@ -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() { -- 2.39.5