MDL-34742 - adding ability to move blocks into empty column

This commit is contained in:
Matt Meisberger
2012-08-17 14:44:23 +08:00
committed by Frederic Massart
parent 7033316dad
commit 054bcf69f6
+6
View File
@@ -457,6 +457,12 @@ class block_manager {
if (!$this->page->theme->enable_dock) {
return false;
}
// Do not dock the region when the user attemps to move a block.
if ($this->movingblock) {
return false;
}
$this->check_is_loaded();
$this->ensure_content_created($region, $output);
foreach($this->visibleblockcontent[$region] as $instance) {