MDL-34077 Repositories: Flickr and Picasa can have custom names

This commit is contained in:
Frederic Massart 2012-06-28 12:11:18 +08:00
parent 6be7840ce6
commit 545ca38628
2 changed files with 2 additions and 3 deletions

View file

@ -98,9 +98,6 @@ class repository_picasa extends repository {
return parent::logout();
}
public function get_name() {
return get_string('pluginname', 'repository_picasa');
}
public function supported_filetypes() {
return array('web_image');
}