Title: Typo in function
Last modified: February 6, 2026

---

# Typo in function

 *  Resolved [phaser32](https://wordpress.org/support/users/phaser32/)
 * (@phaser32)
 * [4 months ago](https://wordpress.org/support/topic/typo-in-function/)
 * 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:
 *     ```wp-block-code
               $databseDisabled = empty($meta_values["pdf-disable-insert"]) || $meta_values["pdf-disable-insert"] === "fasle";
       ```
   
 * instead of
 *     ```wp-block-code
               $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 dayAlessandro Valori
    -  This topic was modified 4 months ago by [phaser32](https://wordpress.org/support/users/phaser32/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Florent Maillefaud](https://wordpress.org/support/users/florent73/)
 * (@florent73)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/typo-in-function/#post-18897838)
 * H!
 * Thanks, this bug is fixed

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftypo-in-function%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/send-pdf-for-contact-form-7/assets/icon-256x256.png?rev=
   2194770)
 * [Send PDF for Contact Form 7](https://wordpress.org/plugins/send-pdf-for-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/send-pdf-for-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/send-pdf-for-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/send-pdf-for-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/send-pdf-for-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/send-pdf-for-contact-form-7/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Florent Maillefaud](https://wordpress.org/support/users/florent73/)
 * Last activity: [1 month, 1 week ago](https://wordpress.org/support/topic/typo-in-function/#post-18897838)
 * Status: resolved