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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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