Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/posting.php on line 1473: Undefined index: post_profile
The line 1473 on posting.php refer to this:
Code: Select all
//MOD: hide profile in viewtopic
$post_profile = $post_data['post_profile'];
//END: hide profile in viewtopic
What should I do?