@@ -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( |
@@ -123,7 +123,7 @@ |
||
123 | 123 | ); |
124 | 124 | |
125 | 125 | // we get the template after running 'display()' above so template can be set dynamically |
126 | - $returned_data['template'] = $block_instance->get_template(); |
|
126 | + $returned_data['template'] = $block_instance->get_template(); |
|
127 | 127 | |
128 | 128 | if ($this->block_has_content($returned_data, $edit_mode)) |
129 | 129 | { |