MDL-33981 repository_equella: support internal copy

This commit is contained in:
Nathan Nguyen
2020-08-24 09:54:34 +10:00
parent a04309d40e
commit 8bbee0c8f0
+1 -1
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);
}
/**