Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jan 19, 2020
1 parent b6a6b85 commit ee4bccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/Servers.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ protected function getServers(ServersModel &$model, array &$q) {

// collect filter queries

$sort = (isset($q['sort']) ? $q['sort'] : null);
$status = (isset($q['status']) ? $q['status'] : null);
$type_id = (isset($q['type_id']) ? $q['type_id'] : null);
$user_id = (isset($q['user_id']) ? $q['user_id'] : null);
Expand Down

0 comments on commit ee4bccd

Please sign in to comment.