mybb / mybb

MyBB is a free and open source forum software.

Home Page:https://mybb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Warning when disallowing Away Statuses

autumnlansing opened this issue · comments

When setting Profile Options > Allow Away Statuses to "No," the following warning appears on the Edit Profile page of the UserCP:

Warning [2] Undefined variable $awaysection - Line: 88 - File: usercp.php(756) : eval()'d code PHP 8.2.7 (Linux)

File | Line | Function
/inc/class_error.php | 153 | errorHandler->error
/usercp.php(756) : eval()'d code | 88 | errorHandler->error_callback
/usercp.php | 756 | eval

MyBB 1.8.34

This bug was fixed in #4739