mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'wip-MDL-34428-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
dedf660f86
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ class repository_user extends repository {
|
||||||
$ret['dynload'] = true;
|
$ret['dynload'] = true;
|
||||||
$ret['nosearch'] = true;
|
$ret['nosearch'] = true;
|
||||||
$ret['nologin'] = true;
|
$ret['nologin'] = true;
|
||||||
|
$manageurl = new moodle_url('/user/files.php');
|
||||||
|
$ret['manage'] = $manageurl->out();
|
||||||
$list = array();
|
$list = array();
|
||||||
|
|
||||||
if (!empty($encodedpath)) {
|
if (!empty($encodedpath)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue