diff --git plugins/context_reaction_block.inc plugins/context_reaction_block.inc index 864f15b..6397290 100644 --- plugins/context_reaction_block.inc +++ plugins/context_reaction_block.inc @@ -285,7 +285,7 @@ class context_reaction_block extends context_reaction { * Add markup for making a region editable. */ protected function editable_region($region, $build) { - if ($this->is_editable_region($region) && (!empty($build) || variable_get('context_reaction_block_all_regions', FALSE))) { + if ($this->is_editable_region($region) && (!empty($build) || variable_get('context_reaction_block_all_regions', FALSE) || context_get('context_ui', 'context_reaction_block_all_regions'))) { global $theme; $regions = system_region_list($theme); $name = isset($regions[$region]) ? $regions[$region] : $region;