// BugFix on action details if the id is not an integer
This commit is contained in:
@@ -30,7 +30,7 @@ $(document).ready(function() {
|
||||
$.ajax({
|
||||
url: 'index.php',
|
||||
data: {
|
||||
id : {$id},
|
||||
id: '{$id}',
|
||||
controller: '{$controller}',
|
||||
token: '{$token}',
|
||||
action: '{$action}',
|
||||
|
||||
Reference in New Issue
Block a user