mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-19124 Fixing url
This commit is contained in:
parent
7d2975c138
commit
1b82cee2a0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if ($PAGE->user_allowed_editing()) {
|
||||||
$editstring = get_string('updatemymoodleoff');
|
$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);
|
$button = $OUTPUT->single_button($url, $editstring);
|
||||||
$PAGE->set_button($button);
|
$PAGE->set_button($button);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue