Skip to content

Commit

Permalink
MDL-32866 filemanager: Fixed Page url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja authored and Aparup Banerjee committed May 17, 2012
1 parent e98a486 commit 5f40997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/filesedit.php
Expand Up @@ -48,7 +48,7 @@
$title = get_string('myfiles'); $title = get_string('myfiles');
$struser = get_string('user'); $struser = get_string('user');


$PAGE->set_url('/user/files.php'); $PAGE->set_url('/user/filesedit.php');
$PAGE->set_context($context); $PAGE->set_context($context);
$PAGE->set_title($title); $PAGE->set_title($title);
$PAGE->set_heading($title); $PAGE->set_heading($title);
Expand Down

0 comments on commit 5f40997

Please sign in to comment.