• Resolved mattantone

    (@mattantone)


    Hi. When trying to save a rating item I was getting a php error and couldn’t save a rating item.

    Upon further inspection, you’ve got a typo in line 102.

    if ( count( $error_message ) == 0) {

    should be

    if ( count( $error_messages ) == 0) {

Viewing 1 replies (of 1 total)
  • Plugin Author dpowney

    (@dpowney)

    Thank you very much. I will include a fix in the next plugin update. Daniel

Viewing 1 replies (of 1 total)

The topic ‘Typo in rating-items.php’ is closed to new replies.