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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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]);