mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-19272, fixed undefined ->pixpath in google docs plugin"
This commit is contained in:
parent
e5a7bce46f
commit
5b5c385cd8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue