Skip to content

Commit

Permalink
Fix #1157 - sorting broken in user admin
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 28, 2016
1 parent e2c9af3 commit 24e53c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_users.php
Expand Up @@ -819,9 +819,9 @@ function regex_quote(str) {
/* email */ null,
/* language */ null,
/* registered (sort) */ { visible: false },
/* registered */ { dataSort: 7 },
/* registered */ { dataSort: 6 },
/* last_login (sort) */ { visible: false },
/* last_login */ { dataSort: 9 },
/* last_login */ { dataSort: 8 },
/* verified */ null,
/* approved */ null
]
Expand Down

0 comments on commit 24e53c8

Please sign in to comment.