MyBB Community Forums

Full Version: bug with (email notify when receive new Private Message) at rgistration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if check (Notify me by email when I receive a new Private Message.) at registration that not saved for user profile on MyBB 1.6.14


i see there was some changes in core:

"emailpmnotify" => $mybb->input['emailpmnotify'],
> to >
"pmnotify" => $mybb->input['pmnotify'],

but i can't see (pmnotify) system on 1.6.14 ? it may be mixed with 1.8 works ? is this normal ?