From 034cd164bef81c776148b922714026cd5b1e9861 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 Jan 2009 06:42:09 +0000 Subject: [PATCH] repository/picasa MDL-17473 Added a preview link --- lib/googleapi.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/googleapi.php b/lib/googleapi.php index f5005be842f..f945ce321d3 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'] ); }