"MDL-19272, fixed undefined ->pixpath in google docs plugin"

This commit is contained in:
dongsheng 2009-05-26 01:48:31 +00:00
parent e5a7bce46f
commit 5b5c385cd8

View File

@ -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)
);
}
}