Skip to content

Commit

Permalink
Merge branch 'wip-MDL-34047-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
danpoltawski committed Jul 4, 2012
2 parents 5804a2a + 81c4a77 commit c75599f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion repository/url/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,13 @@ public function supported_returntypes() {
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');
}
}

0 comments on commit c75599f

Please sign in to comment.