mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-65019 core_course: Update to fix whitespace.
This commit is contained in:
parent
abd898606d
commit
02b342bb70
@ -328,8 +328,8 @@ class core_course_external extends external_api {
|
||||
foreach ($contents as $content) {
|
||||
// Check repository file (only main file).
|
||||
if (!isset($module['contentsinfo']['repositorytype'])) {
|
||||
$module['contentsinfo']['repositorytype'] =
|
||||
isset($content['repositorytype']) ? $content['repositorytype'] : '';
|
||||
$module['contentsinfo']['repositorytype'] =
|
||||
isset($content['repositorytype']) ? $content['repositorytype'] : '';
|
||||
}
|
||||
if (isset($content['filesize'])) {
|
||||
$module['contentsinfo']['filessize'] += $content['filesize'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user