From ffb00cbc1882fc7aae6c3f71efccb74a61cda02d Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 18 Oct 2011 07:38:40 +0000 Subject: [PATCH] // BugFix on action details if the id is not an integer --- admin-dev/themes/template/list_action_details.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/list_action_details.tpl b/admin-dev/themes/template/list_action_details.tpl index ccaad8fc6..1f0674d3e 100644 --- a/admin-dev/themes/template/list_action_details.tpl +++ b/admin-dev/themes/template/list_action_details.tpl @@ -30,7 +30,7 @@ $(document).ready(function() { $.ajax({ url: 'index.php', data: { - id : {$id}, + id: '{$id}', controller: '{$controller}', token: '{$token}', action: '{$action}',