mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-60025-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
f20f9448f7
@ -579,8 +579,8 @@ function book_export_contents($cm, $baseurl) {
|
||||
$chapterindexfile['filesize'] = 0;
|
||||
$chapterindexfile['fileurl'] = moodle_url::make_webservice_pluginfile_url(
|
||||
$context->id, 'mod_book', 'chapter', $chapter->id, '/', 'index.html')->out(false);
|
||||
$chapterindexfile['timecreated'] = $book->timecreated;
|
||||
$chapterindexfile['timemodified'] = $book->timemodified;
|
||||
$chapterindexfile['timecreated'] = $chapter->timecreated;
|
||||
$chapterindexfile['timemodified'] = $chapter->timemodified;
|
||||
$chapterindexfile['content'] = format_string($chapter->title, true, array('context' => $context));
|
||||
$chapterindexfile['sortorder'] = 0;
|
||||
$chapterindexfile['userid'] = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user