mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-32866 filemanager: Fixed Page url typo
This commit is contained in:
parent
e16e2300c5
commit
1826cf12de
@ -48,7 +48,7 @@ require_capability('moodle/user:manageownfiles', $context);
|
||||
$title = get_string('myfiles');
|
||||
$struser = get_string('user');
|
||||
|
||||
$PAGE->set_url('/user/files.php');
|
||||
$PAGE->set_url('/user/filesedit.php');
|
||||
$PAGE->set_context($context);
|
||||
$PAGE->set_title($title);
|
||||
$PAGE->set_heading($title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user