small oversight

This commit is contained in:
flash 2016-07-30 16:22:02 +02:00
parent 3f2a71c023
commit e34ee69ba4

View file

@ -67,7 +67,6 @@ class MetaController extends Controller
'news' => $news->posts(3),
'stats' => [
'userCount' => DB::table('users')
->where('password_algo', '!=', 'disabled')
->whereNotIn('rank_main', [config('rank.banned'), config('rank.inactive')])
->count(),
'newestUser' => $newestUser,