From: dongsheng Date: Tue, 9 Dec 2008 06:55:12 +0000 (+0000) Subject: "MDL-17473, overwrite supported_filetypes function" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7137e7b9cebf1e2085b4c7fece27e6c951c2b1d0;p=moodle.git "MDL-17473, overwrite supported_filetypes function" --- diff --git a/repository/picasa/repository.class.php b/repository/picasa/repository.class.php index 513192a86f..06d9f852c4 100644 --- a/repository/picasa/repository.class.php +++ b/repository/picasa/repository.class.php @@ -95,6 +95,9 @@ class repository_picasa extends repository { 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