Diff of /moodle/lib/googleapi.php
Parent Directory
|
Revision Log
|
Patch
|
By dongsheng:
"MDL-19272, fixed undefined ->pixpath in google docs plugin"
|
| 305 |
'url' => "{$gdoc->link[0]->attributes()->href}", |
'url' => "{$gdoc->link[0]->attributes()->href}", |
| 306 |
'source' => $source, |
'source' => $source, |
| 307 |
'date' => usertime(strtotime($gdoc->updated)), |
'date' => usertime(strtotime($gdoc->updated)), |
| 308 |
'thumbnail' => $CFG->pixpath.'/f/'.mimeinfo('icon32', $title) |
'thumbnail' => $CFG->wwwroot.'/pix/f/'.mimeinfo('icon32', $title) |
| 309 |
); |
); |
| 310 |
} |
} |
| 311 |
} |
} |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|