From 025c6cc0b11c377ad29d278ad6da1767ee31f2c2 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 28 Jul 2004 11:58:48 +0000 Subject: [PATCH] Fixed path problem on home page --- blocks/activity_modules/block_activity_modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/activity_modules/block_activity_modules.php b/blocks/activity_modules/block_activity_modules.php index 15add1b56f..70a900c3a0 100644 --- a/blocks/activity_modules/block_activity_modules.php +++ b/blocks/activity_modules/block_activity_modules.php @@ -26,7 +26,7 @@ class CourseBlock_activity_modules extends MoodleBlock { if ($modnamesused) { foreach ($modnamesused as $modname => $modfullname) { if ($modname != 'label') { - $this->content->items[] = ''.$modnamesplural[$modname].''; + $this->content->items[] = ''.$modnamesplural[$modname].''; $this->content->icons[] = ''; } } -- 2.39.5