Skip to content

Commit

Permalink
Merge pull request #4306 from putyourlightson/patch-10
Browse files Browse the repository at this point in the history
Fix status menu for All Users source
  • Loading branch information
brandonkelly authored May 23, 2019
2 parents b000092 + ff44a0b commit 6e90927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ protected static function defineSources(string $context = null): array
[
'key' => '*',
'label' => Craft::t('app', 'All users'),
'criteria' => ['status' => null],
'hasThumbs' => true
]
];
Expand Down

0 comments on commit 6e90927

Please sign in to comment.