Skip to main content

Bug core Fluent CRM : fluencrm_profile_section_

Bonjour à tous,

Shahjahan Jewel  I discovered a small but rather annoying bug in the Fluent CRM source code.

In the file /app/Http/Controllers/SubscriberController.php, there's a typo in the variable fluencrm_profile_section_.

It should have a 'T' :) fluentcrm_profile_section_.

The problem occurs twice in the file, on lines 1006 and 1032.

I couldn't understand why adding a tab to a user's profile wasn't working perfectly. I wanted to share this, and if it's possible to integrate it into a future update, that would be great for the developers and the community.

See you soon!

Thanks for reporting this! We’ve fixed it, and the fix will ship with the next release. The old hooks will continue to work for backward compatibility, with deprecation notices pointing to the new hooks. We’ll also update our documentation to reflect the new hook names.

Masiur Rahman Siddiki Thanks for the upcoming update. I'll be using the new hooks then. They're very useful for my Client Vault and Booking Leads plugins because they're natively compatible with Fluent CRM.