Ticket #1109 (closed defect: fixed)
Undefined variable notice in 1.3.2-p7
| Reported by: | BrianKoontz | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3.3 |
| Component: | authentication | Version: | 1.3.2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
(from fishy via e-mail)
After changing my passwords, I see this warning on the page:
Notice: Undefined variable: name in /path/to/actions/usersettings/usersettings.php on line 269
which is: unset($this->specialCacheuser?[strtolower($name)]); //invalidate cache if exists #368
With a quick look-around, I think maybe it should be $username? instead of $name ?
Change History
Note: See
TracTickets for help on using
tickets.