Blogs module - post_id is required
I catch very strange bug in blog module comment form. If try to post the comment the validator return the error - "Please fill the requires field post id"...
When debug found that post_id is setted but it is integer.
The validator helper method "required" check only if the argument is string or array and return false!
Comments