|
@@ -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.