-
Notifications
You must be signed in to change notification settings - Fork 154
Uninitialized properties (transfer_id, file_id) in AuditLog #2519
Copy link
Copy link
Open
Labels
fix mergedA PR has been created and merged to help or address this issueA PR has been created and merged to help or address this issue
Description
It seems that there are two properties not initialized in the AuditLog class: transfer_id and file_id
For me, this yields a deprecation of dynamic properties error message in a local test environment.
Adding two lines to initialize the properties should solve the issue:
filesender/classes/data/AuditLog.class.php
Line 185 in 1a9887d
protected $transfer_id = null;
protected $file_id = null;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fix mergedA PR has been created and merged to help or address this issueA PR has been created and merged to help or address this issue