mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-53738 feedback: enable mod and block by default
This commit is contained in:
parent
6bd3ab0717
commit
aeeeb78847
16 changed files with 4 additions and 280 deletions
|
@ -25,8 +25,5 @@
|
|||
function xmldb_block_feedback_install() {
|
||||
global $DB;
|
||||
|
||||
/// Disable this block by default (because Feedback is not technically part of 2.0)
|
||||
$DB->set_field('block', 'visible', 0, array('name'=>'feedback'));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue