projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff80eb9
)
repository/picasa MDL-17473 Added a preview link
author
moodler
<moodler>
Mon, 19 Jan 2009 06:42:09 +0000
(06:42 +0000)
committer
moodler
<moodler>
Mon, 19 Jan 2009 06:42:09 +0000
(06:42 +0000)
lib/googleapi.php
patch
|
blob
|
history
diff --git
a/lib/googleapi.php
b/lib/googleapi.php
index f5005be842f84cc4119c6df2e19f929c9f83fda8..f945ce321d3e2c811dd43b1a9940a8fbf1f87935 100644
(file)
--- a/
lib/googleapi.php
+++ b/
lib/googleapi.php
@@
-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']
);
}