mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
"MDL-19272, fixed undefined ->pixpath in google docs plugin"
This commit is contained in:
parent
e5a7bce46f
commit
5b5c385cd8
@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user