Skip to content

Commit

Permalink
"MDL-17473, overwrite supported_filetypes function"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Dec 9, 2008
1 parent b933b37 commit 7137e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repository/picasa/repository.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public function logout(){
public function get_name(){
return get_string('repositoryname', 'repository_picasa');
}
public function supported_filetypes() {
return array('web_image');
}
}

// Icon for this plugin retrieved from http://www.iconspedia.com/icon/picasa-2711.html
Expand Down

0 comments on commit 7137e7b

Please sign in to comment.