mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-19124 Fixing url
This commit is contained in:
parent
7d2975c138
commit
1b82cee2a0
@ -84,7 +84,7 @@ if ($PAGE->user_allowed_editing()) {
|
||||
$editstring = get_string('updatemymoodleoff');
|
||||
}
|
||||
|
||||
$url = new moodle_url("$CFG->wwwroot/my/profilesys.php", $params);
|
||||
$url = new moodle_url("$CFG->wwwroot/user/profilesys.php", $params);
|
||||
$button = $OUTPUT->single_button($url, $editstring);
|
||||
$PAGE->set_button($button);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user