Merge branch 'wip-MDL-34047-MOODLE_22_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -152,6 +152,15 @@ EOD;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* file types supported by url downloader plugin
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function supported_filetypes() {
|
||||
return array('web_image');
|
||||
}
|
||||
|
||||
public function supported_returntypes() {
|
||||
return (FILE_INTERNAL | FILE_EXTERNAL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user