Skip to content

Commit

Permalink
Always show the Members: Login filter
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-e committed Nov 1, 2017
1 parent 0ce3c83 commit 5251968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public function appendFilter($context) {
);
}

if(!FieldManager::isFieldUsed(self::getFieldType('authentication'))) {
if(FieldManager::isFieldUsed(self::getFieldType('authentication'))) {
// Add Member: Login filter
$context['options'][] = array(
'member-login',
Expand Down

0 comments on commit 5251968

Please sign in to comment.