We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29fd534 + 3984200 commit d2839cbCopy full SHA for d2839cb
src/Controllers/BinshopsCommentWriterController.php
@@ -81,7 +81,7 @@ protected function createNewComment(AddNewCommentRequest $request, $blog_post)
81
if (config("binshopsblog.comments.ask_for_author_website")) {
82
$new_comment->author_website = $request->get('author_website');
83
}
84
- if (config("binshopsblog.comments.ask_for_author_website")) {
+ if (config("binshopsblog.comments.ask_for_author_email")) {
85
$new_comment->author_email = $request->get('author_email');
86
87
if (config("binshopsblog.comments.save_user_id_if_logged_in", true) && Auth::check()) {
0 commit comments