MDL-32117 EQUELLA plugin: EQUELLA only support references, not external files

This commit is contained in:
nread
2012-06-04 11:46:02 +08:00
committed by Dan Poltawski
parent a3fde71746
commit 7283bb95ae
+1 -1
View File
@@ -89,7 +89,7 @@ class repository_equella extends repository {
* @return int
*/
public function supported_returntypes() {
return FILE_EXTERNAL | FILE_REFERENCE;
return FILE_REFERENCE;
}
/**