• Hello,

    I have fixed three bugs.

    When I didn’t fill in additional prizes or extra-entries I had an error on line 356 of the giveasap-metabox.php file.

    I added the following code:
    if(isset($this->posted_data[ $name ])){
    $this->settings[ $name ] = call_user_func_array( $func, array( $this->posted_data[ $name ], $this ) );
    }

    I did the same thing for lines 358 and 361

Viewing 1 replies (of 1 total)
  • Plugin Author Igor Benic

    (@ibenic)

    Hi @jonathanlespect, ty for providing the explanation and code example.

    I’ll have to check it out and see if there is a bigger reason for that happening. If not, I’ll implement the one you suggested.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug correction’ is closed to new replies.