MDL-34428 Private files repository should have a 'manage' link
This commit is contained in:
committed by
Sam Hemelryk
parent
6fcebf2424
commit
e7a3fe032f
@@ -56,6 +56,8 @@ class repository_user extends repository {
|
||||
$ret['dynload'] = true;
|
||||
$ret['nosearch'] = true;
|
||||
$ret['nologin'] = true;
|
||||
$manageurl = new moodle_url('/user/files.php');
|
||||
$ret['manage'] = $manageurl->out();
|
||||
$list = array();
|
||||
|
||||
if (!empty($encodedpath)) {
|
||||
|
||||
Reference in New Issue
Block a user