under mysqli. Define block->multiple if needed.
Merged from MOODLE_19_STABLE
} else { // block not installed yet, so install it
// If it allows multiples, start with it enabled
- $block->multiple = $blockobj->instance_allow_multiple();
+ if ($blockobj->instance_allow_multiple()) {
+ $block->multiple = 1;
+ }
// Set the block cron on install
$block->cron = !empty($blockobj->cron) ? $blockobj->cron : 0;