diff --git a/queries.php b/queries.php index 9a47c9af9..b77cdc7f7 100644 --- a/queries.php +++ b/queries.php @@ -63,7 +63,7 @@ } ); function refreshData() { - tableApi.ajax.url("api.php?getAllQuerie").load(); + tableApi.ajax.url("api.php?getAllQueries").load(); }