Skip to content

Commit

Permalink
Merge dbc33e7 into 35842a1
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Oct 11, 2018
2 parents 35842a1 + dbc33e7 commit 9426852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/Modules/Blog/Actions/Detail.php
Expand Up @@ -271,7 +271,7 @@ private function isSpamFilterEnabled(): bool

private function isModerationFilterEnabled(): bool
{
return isset($this->settings['spamfilter']) && $this->settings['spamfilter'];
return isset($this->settings['moderation']) && $this->settings['moderation'];
}

private function getSubmittedComment(): array
Expand Down

0 comments on commit 9426852

Please sign in to comment.