MDL-33981 repository_equella: support internal copy
This commit is contained in:
@@ -115,7 +115,7 @@ class repository_equella extends repository {
|
||||
* @return int
|
||||
*/
|
||||
public function supported_returntypes() {
|
||||
return FILE_REFERENCE;
|
||||
return (FILE_INTERNAL | FILE_REFERENCE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user