Merge pull request #126 from jonfalcon/master

Fix random user function
This commit is contained in:
Champ Camba
2016-04-06 22:49:21 +08:00
+1 -1
View File
@@ -243,7 +243,7 @@
if($query->query_vars["orderby"] == 'random') {
$query->query_orderby = 'ORDER by RAND()';
}
return $query;
return $query;
}
/***