• Good morning, today following an update to Version 1.0.3.8 I realized that there is a problem in the code released (it is a typo).
    In the generated.php file located in the /wp-content/plugins/send-pdf-for-contact-form-7/classes/ path, there is an error at the 352 statement.
    You wrote:

            $databseDisabled = empty($meta_values["pdf-disable-insert"]) || $meta_values["pdf-disable-insert"] === "fasle";

    instead of

            $databseDisabled = empty($meta_values["pdf-disable-insert"]) || $meta_values["pdf-disable-insert"] === "false";

    It basically says “fasle” instead of “false.”
    I hope I’ve been helpful.
    Have a nice day
    Alessandro Valori

    • This topic was modified 1 month, 2 weeks ago by phaser32.

You must be logged in to reply to this topic.