Forgotten filter in profile.php? Forgotten filter in profile.php?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Forgotten filter in profile.php?

Started by dudah84, September 11, 2019, 12:32:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dudah84

I needed to use the filter in profile.php ('profile_add_data'), but once I'd implemented it, I realized it's output isn't used anywhere.

Replaced
make_form($display_profile_form_param, $form_data);
With
make_form($profile_data[0], $profile_data[1]);