mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-68292 core: Remove sesskey leakage on module pages
This commit is contained in:
parent
46f977a8bf
commit
155b0da5a5
3 changed files with 5 additions and 4 deletions
|
@ -621,7 +621,6 @@ abstract class base {
|
|||
*/
|
||||
public final function get_default_uninstall_url($return = 'overview') {
|
||||
return new moodle_url('/admin/plugins.php', array(
|
||||
'sesskey' => sesskey(),
|
||||
'uninstall' => $this->component,
|
||||
'confirm' => 0,
|
||||
'return' => $return,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue