From: moodler Date: Thu, 24 Aug 2006 03:48:04 +0000 (+0000) Subject: FIxed roles button on blocks X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7468981e672f856628425902ce828f10d57007a3;p=moodle.git FIxed roles button on blocks --- diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index e50fdd1e64..ee8357da6a 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -344,7 +344,7 @@ class block_base { $script = $page->url_get_full(array('instanceid' => $this->instance->id, 'sesskey' => $USER->sesskey)); // place holder for roles button - $movebuttons .= '' . + $movebuttons .= '' . ''.get_string('roles').''; $movebuttons .= '' .