mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Fix bad encoding of param
This commit is contained in:
@@ -519,7 +519,7 @@ if (count($object->records) > 0)
|
||||
element: \'websites\',
|
||||
table_element: \'website\',
|
||||
fk_element: '.$object->id.',
|
||||
value: encodeURIComponent(newurl),
|
||||
value: newurl,
|
||||
},
|
||||
context: document.body
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user