From 5b5c385cd84ca6394fd5161c82cd955a81b0126f Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 26 May 2009 01:48:31 +0000 Subject: [PATCH] "MDL-19272, fixed undefined ->pixpath in google docs plugin" --- lib/googleapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/googleapi.php b/lib/googleapi.php index a31d798cd6..8b89abaec1 100644 --- a/lib/googleapi.php +++ b/lib/googleapi.php @@ -305,7 +305,7 @@ class google_docs { 'url' => "{$gdoc->link[0]->attributes()->href}", 'source' => $source, 'date' => usertime(strtotime($gdoc->updated)), - 'thumbnail' => $CFG->pixpath.'/f/'.mimeinfo('icon32', $title) + 'thumbnail' => $CFG->wwwroot.'/pix/f/'.mimeinfo('icon32', $title) ); } } -- 2.39.5