Passed
Push — master ( 9c54c2...fc2135 )
by John
02:00
created
ManageUltimateMenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
 		{
334 334
 			// I see you made it to the final stage, my young padawan.
335 335
 			if (!empty($id))
336
-				$smcFunc['db_query']('','
336
+				$smcFunc['db_query']('', '
337 337
 					UPDATE {db_prefix}um_menu
338 338
 					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}
339 339
 					WHERE id_button = {int:id}',
Please login to merge, or discard this patch.