mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added correct filter name
This commit is contained in:
parent
7002f24586
commit
dac5b6f237
@ -561,9 +561,8 @@ $selectDataDown = '';
|
||||
$selectTimestampUp = '';
|
||||
$selectTimestampDown = '';
|
||||
$order = null;
|
||||
|
||||
switch ($sortField) {
|
||||
case 'agent_name':
|
||||
case 'agent_alias':
|
||||
switch ($sort) {
|
||||
case 'up':
|
||||
$selectAgentNameUp = $selected;
|
||||
|
Loading…
x
Reference in New Issue
Block a user