mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'wip-MDL-36014-master' of git://github.com/marinaglancy/moodle
Conflicts: lib/db/install.xml lib/db/upgrade.php version.php
This commit is contained in:
commit
4a813f3959
26 changed files with 704 additions and 238 deletions
|
@ -335,6 +335,10 @@ EOD;
|
|||
$record['descriptionformat'] = FORMAT_MOODLE;
|
||||
}
|
||||
|
||||
if (!isset($record['visible'])) {
|
||||
$record['visible'] = 1;
|
||||
}
|
||||
|
||||
if (!isset($record['component'])) {
|
||||
$record['component'] = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue