-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-a3
-
Fix Version/s: 3.1.0-b1
-
Component/s: Notification System
-
Labels:None
-
GitHub Pull Request URL:
Notifications that are supposed to contain an avatar are broken. The practical result of this is that a user who should see such a notification instead receives a whitepage across the forum.
Trace:
PHP Fatal error: Call to undefined method phpbb\\notification\\type\\report_pm_closed::get_user_avatar() in ...phpBB/phpbb/notification/type/report_pm_closed.php on line 117
|
PHP Stack trace:
|
PHP 1. {main}() ...phpBB/index.php:0
|
PHP 2. page_header() ...phpBB/index.php:196
|
PHP 3. phpbb\\notification\\type\\base->prepare_for_display() ...phpBB/includes/functions.php:4889
|
PHP 4. phpbb\\notification\\type\\report_pm_closed->get_avatar() ...phpBB/phpbb/notification/type/base.php:301
|