@@ -58,8 +58,7 @@ |
||
58 | 58 | if (!$is_navigation) |
59 | 59 | { |
60 | 60 | $this->tree->display_list($data['items'], $template, 'tree'); |
61 | - } |
|
62 | - else |
|
61 | + } else |
|
63 | 62 | { |
64 | 63 | $this->tree->set_params($settings); |
65 | 64 | $this->tree->display_navlist($data, $template, 'tree'); |
@@ -76,8 +76,7 @@ |
||
76 | 76 | { |
77 | 77 | $file->remove(); |
78 | 78 | $json_data['message'] = implode('<br />', $file->error); |
79 | - } |
|
80 | - else |
|
79 | + } else |
|
81 | 80 | { |
82 | 81 | $json_data['location'] = $file->get('realname'); |
83 | 82 | } |