mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix details.php page lack of catsprites.css
This commit is contained in:
@@ -28,7 +28,7 @@ class UserRepository extends BaseRepository
|
||||
if (!empty($params['email'])) {
|
||||
$query->where('email', 'like',"%{$params['email']}%");
|
||||
}
|
||||
if (!empty($params['class'])) {
|
||||
if (isset($params['class']) && $params['class'] !== '') {
|
||||
$query->where('class', $params['class']);
|
||||
}
|
||||
list($sortField, $sortType) = $this->getSortFieldAndType($params);
|
||||
|
||||
Reference in New Issue
Block a user