mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
"MDL-13766, upload plugin"
This commit is contained in:
parent
5a3b9db98c
commit
a62542e08b
3 changed files with 60 additions and 3 deletions
|
@ -46,9 +46,6 @@ class repository_local extends repository {
|
|||
|
||||
// no login required
|
||||
$ret['nologin'] = true;
|
||||
// define upload form in file picker
|
||||
// Use ajax upload file
|
||||
$ret['upload'] = array('name'=>get_string('attachment', 'repository'), 'id'=>'repo-form');
|
||||
// todo: link to file manager
|
||||
$ret['manage'] = $CFG->wwwroot .'/files/index.php'; // temporary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue