diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c9f13dae27..ac7bb8b4aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-11-16 Juan Manuel Ramon + + * operation/events/events.php: Fixed delete operation in this view. + 2011-11-16 Junichi Satoh * include/help/ja/help_ff_threshold.php: Fixed a typo. diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index cb70eeb849..d20c43a27b 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -407,7 +407,7 @@ $(document).ready( function() { {"page" : "operation/events/events", "delete_event" : 1, "id" : id, - "similar" : + "similars" : }, function (data, status) { if (data == "ok")