Deprecated function: Creation of dynamic property Drupal\webform_email_reply\Form\WebformEmailReplyForm::$currentUser is deprecated

Created on 28 May 2024, about 1 month ago
Updated 26 June 2024, 2 days ago

Problem/Motivation

Deprecated function: Creation of dynamic property Drupal\webform_email_reply\Form\WebformEmailReplyForm::$currentUser is deprecated in Drupal\webform_email_reply\Form\WebformEmailReplyForm->__construct()

Steps to reproduce

Use webform email reply with PHP 8.3.
Use the module
check te logs.

Proposed resolution

protected $current_user; 

should be

protected $currentUser;

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands Martijn de Wit πŸ‡³πŸ‡± The Netherlands

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024