|
@@ -43,8 +43,8 @@ |
|
|
block discarded – undo |
|
43
|
43
|
$entity = $this->force_get_route($route_data); |
|
44
|
44
|
$this->update_route($entity, $route_prefs); |
|
45
|
45
|
|
|
46
|
|
- $ex_positions = $entity->get_ex_positions(); |
|
47
|
|
- $hide_blocks = $entity->get_hide_blocks(); |
|
|
46
|
+ $ex_positions = $entity->get_ex_positions(); |
|
|
47
|
+ $hide_blocks = $entity->get_hide_blocks(); |
|
48
|
48
|
} |
|
49
|
49
|
// user has made choices that match defaults, and route prefs exist in db |
|
50
|
50
|
else if ($entity = $this->route_mapper->load($this->get_condition($route_data))) |
Please login to merge, or discard this patch.