mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
repository/picasa MDL-17473 Added a preview link
This commit is contained in:
parent
ff80eb9bd3
commit
034cd164be
@ -448,7 +448,8 @@ class google_picasa {
|
||||
'thumbnail' => (string) $thumbnailinfo['url'],
|
||||
'thumbnail_width' => 72, // 72 is the native maximum dimension
|
||||
'thumbnail_height' => 72,
|
||||
'source' => (string) $fullinfo['url']
|
||||
'source' => (string) $fullinfo['url'],
|
||||
'url' => (string) $fullinfo['url']
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user