From: stronk7 Date: Sun, 3 Sep 2006 21:43:37 +0000 (+0000) Subject: typo ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=56b4d70d586f5c77446cff27107dcec689274943;p=moodle.git typo ;-) --- diff --git a/lib/accesslib.php b/lib/accesslib.php index 7fb0630cdc..2b3909067c 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -796,7 +796,7 @@ function moodle_install_roles() { if (in_array($CFG->prefix.'user_coursecreators', $dbtables)) { if ($usercoursecreators = get_records('user_coursecreators')) { foreach ($usercoursecreators as $coursecreator) { - role_assign($$coursecreatorrole, $coursecreator->userid, 0, $systemcontext->id); + role_assign($coursecreatorrole, $coursecreator->userid, 0, $systemcontext->id); } } }