@@ -176,7 +176,7 @@ |
||
| 176 | 176 | for ($i = 0, $size = sizeof($data); $i < $size; $i++) |
| 177 | 177 | { |
| 178 | 178 | $row = $data[$i]; |
| 179 | - $this_depth = $parental_depth[$row[$this->column_parent_id]] + 1; |
|
| 179 | + $this_depth = $parental_depth[$row[$this->column_parent_id]] + 1; |
|
| 180 | 180 | $repeat = (int) abs($prev_depth - $this_depth); |
| 181 | 181 | |
| 182 | 182 | $nodes[] = array_merge(array( |
@@ -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, |