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

This commit is contained in:
mDeflotte
2011-10-18 07:38:40 +00:00
parent 1d7cd92934
commit ffb00cbc18
@@ -30,7 +30,7 @@ $(document).ready(function() {
$.ajax({
url: 'index.php',
data: {
id : {$id},
id: '{$id}',
controller: '{$controller}',
token: '{$token}',
action: '{$action}',