MDL-53738 feedback: enable mod and block by default

This commit is contained in:
Marina Glancy 2016-04-07 16:47:19 +08:00
parent 6bd3ab0717
commit aeeeb78847
16 changed files with 4 additions and 280 deletions

View file

@ -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'));
}