Skip to content

Commit

Permalink
style: styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samerton committed Mar 9, 2024
1 parent 1e0fdd2 commit 4a27c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/panel_templates/Default/template.php
Expand Up @@ -335,7 +335,7 @@ public function onPageLoad()
responsive: true,
processing: true,
serverSide: true,
ajax: "' . URL::build('/queries/admin_users', implode("&", $url_parameters)) . '",
ajax: "' . URL::build('/queries/admin_users', implode('&', $url_parameters)) . '",
columns: [
{ data: "id", hidden: true },
{ data: "username" },
Expand Down

0 comments on commit 4a27c95

Please sign in to comment.