Small typo preventing users to be sorted. :-)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if ($sort = lastaccess) {
|
||||
if ($sort = "lastaccess") {
|
||||
$dsort = "s.timeaccess";
|
||||
} else {
|
||||
$dsort = "u.$sort";
|
||||
|
||||
Reference in New Issue
Block a user