// BugFix on action details if the id is not an integer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9404 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-10-18 07:38:40 +00:00
parent 1aaa5b1e02
commit 8c5430133d
@@ -30,7 +30,7 @@ $(document).ready(function() {
$.ajax({
url: 'index.php',
data: {
id : {$id},
id: '{$id}',
controller: '{$controller}',
token: '{$token}',
action: '{$action}',