From 7b553c8b58fcc057c33438e6465af976d6a7b35b Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 30 Oct 2008 03:00:20 +0000 Subject: [PATCH] course editing: MDL-17066 Assign roles icon next to activities when editing is on does not have a tool-tip --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index 50ae3bb498..05d4d55c12 100644 --- a/course/lib.php +++ b/course/lib.php @@ -2727,7 +2727,7 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=- } if (has_capability('moodle/course:managegroups', $modcontext)){ $context = get_context_instance(CONTEXT_MODULE, $mod->id); - $assign = ''.$str->assign.''; } else { $assign = ''; -- 2.39.5