Merge branch 'wip-MDL-34047-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Dan Poltawski 2012-07-04 09:51:25 +08:00
commit c75599f966

View File

@ -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');
}
}