2023-02-23, 05:00 PM
If a post is created and there are more defined smilies than show in the smilies list, and Get More is clicked, it throws a warning
Undefined variable $pid in eval'd code line 2 called from /forum/misc.php line 817.
The default template misc_smilies_popup invokes a div with class="modal_{$pid}
I'm not sure why that class is named with a pid.
I cleared the warning by adding a line at 816
Undefined variable $pid in eval'd code line 2 called from /forum/misc.php line 817.
The default template misc_smilies_popup invokes a div with class="modal_{$pid}
I'm not sure why that class is named with a pid.
I cleared the warning by adding a line at 816
$pid = '';