mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-36616 repository: Fix direct linking to images in Flickr Public.
This commit is contained in:
parent
9da506c2a3
commit
cd2b223dc7
@ -440,7 +440,7 @@ class repository_flickr_public extends repository {
|
||||
}
|
||||
|
||||
public function get_link($photoid) {
|
||||
return $this->build_photo_id($photoid);
|
||||
return $this->build_photo_url($photoid);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user