mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
role override: Fix regression caused by MDL-17070.
This commit is contained in:
parent
7554a120c2
commit
f0016b3f44
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<form id="overrideform" action="<?php echo $baseurl; ?>" method="post"><div>
|
<form id="overrideform" action="<?php echo $baseurl; ?>" method="post"><div>
|
||||||
<input type="hidden" name="sesskey" value="<?php p(sesskey()) ?>" />
|
<input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" />
|
||||||
|
<input type="hidden" name="roleid" value="<?php p($roleid); ?>" />
|
||||||
|
|
||||||
<table class="rolecap" id="overriderolestable">
|
<table class="rolecap" id="overriderolestable">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue