From: moodler Date: Mon, 19 Jan 2009 06:42:09 +0000 (+0000) Subject: repository/picasa MDL-17473 Added a preview link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=034cd164bef81c776148b922714026cd5b1e9861;p=moodle.git repository/picasa MDL-17473 Added a preview link --- diff --git a/lib/googleapi.php b/lib/googleapi.php index f5005be842..f945ce321d 100644 --- 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'] ); }