mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
googledocs MDL-21881 - restore icons to repo plugin
This commit is contained in:
parent
e126c0ccee
commit
cf8af57ce9
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class google_docs {
|
|||
'url' => "{$gdoc->link[0]->attributes()->href}",
|
||||
'source' => $source,
|
||||
'date' => usertime(strtotime($gdoc->updated)),
|
||||
'thumbnail' => $OUTPUT->pix_url(file_extension_icon($title, 32))
|
||||
'thumbnail' => (string) $OUTPUT->pix_url(file_extension_icon($title, 32))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue