Skip to content

Commit

Permalink
Fix Users index incompatible with MSSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed May 28, 2021
1 parent 94351de commit e2eb96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Users/vardefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@
'user_name',
'is_group',
'status',
'last_name (30)',
'first_name (30)',
'last_name',
'first_name',
'id'
)
),
Expand Down

0 comments on commit e2eb96f

Please sign in to comment.