This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • anoxyanoxy
    Participant

    I solved the issue,
    there was a simple quote missing on the following line in the file:

    settings/class/customposttypeseditable.class.php

    line: 37

    <input type='hidden' value=" . $this->data . " name='" . $this->name . "'>";

    should be

    <input type='hidden' value='" . $this->data . "' name='" . $this->name . "'>";

Viewing 1 post (of 1 total)