-
Notifications
You must be signed in to change notification settings - Fork 154
Undefined variable $token in transfer_detail_page.php #2511
Copy link
Copy link
Closed
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
The variable $token is used on lines 89 and 95 of templates/transfer_detail_page.php but is never defined anywhere in the file.
Problem: When viewing transfer details on FileSender 3.3, PHP throws:
PHP Warning: Undefined variable $token in templates/transfer_detail_page.php on line 89
PHP Warning: Undefined variable $token in templates/transfer_detail_page.php on line 95
Location:
- Line 89:
'token' => $token, - Line 95:
'token' => $token,
Steps to reproduce:
- Upload a file using FileSender 3.3
- Navigate to "My Transfers"
- Check PHP error logs
Suggested Fix: Define $token before usage, likely from the recipient's download token.
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