Passed
Push — master ( 9e4eed...da58ee )
by John
07:37
created
src/ManageUltimateMenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
 			{
310 310
 				// I see you made it to the final stage, my young padawan.
311 311
 				if (!empty($id))
312
-					$smcFunc['db_query']('','
312
+					$smcFunc['db_query']('', '
313 313
 						UPDATE {db_prefix}um_menu
314 314
 						SET name = {string:name}, type = {string:type}, target = {string:target}, position = {string:position}, link = {string:link}, status = {string:status}, permissions = {string:permissions}, parent = {string:parent}
315 315
 						WHERE id_button = {int:id}',
Please login to merge, or discard this patch.
src/Subs-UltimateMenu.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
 	$admin_areas['config']['areas']['umen'] = array(
192 192
 		'label' => $txt['um_admin_menu'],
193 193
 		'file' => 'ManageUltimateMenu.php',
194
-		'function' => function () {
194
+		'function' => function() {
195 195
 			new ManageUltimateMenu;
196 196
 		},
197 197
 		'icon' => 'umen.png',
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,8 @@
 block discarded – undo
191 191
 	$admin_areas['config']['areas']['umen'] = array(
192 192
 		'label' => $txt['um_admin_menu'],
193 193
 		'file' => 'ManageUltimateMenu.php',
194
-		'function' => function () {
194
+		'function' => function ()
195
+		{
195 196
 			new ManageUltimateMenu;
196 197
 		},
197 198
 		'icon' => 'umen.png',
Please login to merge, or discard this patch.