@@ -136,7 +136,7 @@ |
||
136 | 136 | $block = array(); |
137 | 137 | if ($this->block_is_viewable($db_data, $display_modes, $users_groups, $edit_mode) && ($block_instance = $this->block_factory->get_block($service_name)) !== null) |
138 | 138 | { |
139 | - $returned_data = array( |
|
139 | + $returned_data = array( |
|
140 | 140 | 'title' => '', |
141 | 141 | 'data' => null, |
142 | 142 | 'content' => null, |