Completed
Push — develop ( e1201f...9e183f )
by Daniel
10:47
created
services/tree/display.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,8 +254,7 @@
 block discarded – undo
254 254
 		{
255 255
 			$padding .= $pad_with;
256 256
 			$padding_store[$row[$this->column_parent_id]] = $padding;
257
-		}
258
-		else if ($row[$this->column_left_id] > $right + 1)
257
+		} else if ($row[$this->column_left_id] > $right + 1)
259 258
 		{
260 259
 			$padding = (isset($padding_store[$row[$this->column_parent_id]])) ? $padding_store[$row[$this->column_parent_id]] : '';
261 260
 		}
Please login to merge, or discard this patch.