Completed
Push — develop ( 660ae6...f77be0 )
by Daniel
08:50
created
services/menus/navigation.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
controller/upload.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.