repository/picasa MDL-17473 Added a preview link
authormoodler <moodler>
Mon, 19 Jan 2009 06:42:09 +0000 (06:42 +0000)
committermoodler <moodler>
Mon, 19 Jan 2009 06:42:09 +0000 (06:42 +0000)
lib/googleapi.php

index f5005be842f84cc4119c6df2e19f929c9f83fda8..f945ce321d3e2c811dd43b1a9940a8fbf1f87935 100644 (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']
             );
         }