Update lib/AppInfo/Application.php #421
No reviewers
Labels
No labels
blocked
bug
duplicate
enhancement
FR accepted
help wanted
invalid
need discussion
next release
not reproduced
PR requested
question
reproduced
WFB
WIP
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/side_menu!421
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Monica-Wood/side_menu:http_user_agent_check_patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current change is currently filling the nextcloud logs up with the error:
Undefined array key \"HTTP_USER_AGENT\" at /srv/www/nextcloud/apps/side_menu/lib/AppInfo/Application.php#109This adds a check to ensure the index exists before read it.
Thanks!