MDL-33981 repository_equella: support internal copy

This commit is contained in:
Nathan Nguyen 2020-08-10 11:46:37 +10:00
parent a04309d40e
commit 8bbee0c8f0

View File

@ -115,7 +115,7 @@ class repository_equella extends repository {
* @return int
*/
public function supported_returntypes() {
return FILE_REFERENCE;
return (FILE_INTERNAL | FILE_REFERENCE);
}
/**