repository/picasa MDL-17473 Added a preview link

This commit is contained in:
moodler 2009-01-19 06:42:09 +00:00
parent ff80eb9bd3
commit 034cd164be

View File

@ -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']
);
}