mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'wip-MDL-34047-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
c75599f966
@ -228,5 +228,13 @@ EOD;
|
||||
public function get_file_source_info($url) {
|
||||
return $url;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* file types supported by url downloader plugin
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function supported_filetypes() {
|
||||
return array('web_image');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user