From: skodak Date: Mon, 16 Oct 2006 08:34:44 +0000 (+0000) Subject: MDL-6985 Role Short name cannot be modified; merged from MOODLE_17_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b27b0d5a03015c43bdfb1e3cc2cbe0bd903d6488;p=moodle.git MDL-6985 Role Short name cannot be modified; merged from MOODLE_17_STABLE --- diff --git a/admin/roles/manage.php b/admin/roles/manage.php index ecb47e0014..a589cb9128 100755 --- a/admin/roles/manage.php +++ b/admin/roles/manage.php @@ -171,6 +171,7 @@ // update normal role settings $role->id = $roleid; $role->name = $name; + $role->shortname = $shortname; $role->description = $description; if (!update_record('role', $role)) {