mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-33981 repository_equella: support internal copy
This commit is contained in:
parent
a04309d40e
commit
8bbee0c8f0
@ -115,7 +115,7 @@ class repository_equella extends repository {
|
||||
* @return int
|
||||
*/
|
||||
public function supported_returntypes() {
|
||||
return FILE_REFERENCE;
|
||||
return (FILE_INTERNAL | FILE_REFERENCE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user