Comments problem in the latest trunk

Hi guys,

I've found a small issue when adding comments. I do require only name field because I've captcha enabled however I have to type site address when I want to add a comment. The email and website fields are disabled in the comments config.

Thanks

Comments

  • Then you should un-set the options that cause the fields to be required.
  • They are unset, I'm not that dumb :)) Only name option is set ...
  • Found the problem.

    line 995 of functions.php needs to read ` if (getOption('comment_web_required') && (empty($website) || !isValidURL($website))) { return -4; }`
Sign In or Register to comment.