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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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