forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: dudah84 on September 11, 2019, 12:32:37 am

Title: Forgotten filter in profile.php?
Post by: dudah84 on September 11, 2019, 12:32:37 am
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
Code: [Select]
make_form($display_profile_form_param, $form_data);With
Code: [Select]
make_form($profile_data[0], $profile_data[1]);