MDL-32866 filemanager: Fixed Page url typo
This commit is contained in:
committed by
Aparup Banerjee
parent
1765044c64
commit
a71e869f34
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user