Blogs module - post_id is required

edited March 2014 in Modules
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

  • edited 1:09PM
    Do you have the latest version downloaded of both FUEL and the blog module? I believe that bug has been fixed already.
  • edited 1:09PM
    In Fuel 1.05 validator helper is fixed! I've just update to 1.05. Thanks.
Sign In or Register to comment.