LD using undefined variables and assigning unused ones
fgm - October 20, 2009 - 14:04
| Project: | Login Destination |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
At several places, login_destination.module was using possibly undefined array keys, or undefined variables.
And in login_destination_apply_redirect(), it computes a $destination but does not use it.
Patch takes care of these.
| Attachment | Size |
|---|---|
| ld_variables.patch | 4.67 KB |

#1
it has been commited to dev. Some parts are already in the latest 2.5 rel.
I have to re-read the code and trace it.