Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3294034
)
MDL-34428 Private files repository should have a 'manage' link
author
Marina Glancy
<marina@moodle.com>
Fri, 20 Jul 2012 05:32:47 +0000
(13:32 +0800)
committer
Marina Glancy
<marina@moodle.com>
Fri, 20 Jul 2012 05:32:47 +0000
(13:32 +0800)
repository/user/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/repository/user/lib.php
b/repository/user/lib.php
index
98c7384
..
c7d7f3c
100644
(file)
--- a/
repository/user/lib.php
+++ b/
repository/user/lib.php
@@
-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)) {