Ticket #1109 (closed defect: fixed)

Opened 5 months ago

Last modified 3 days ago

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

Changed 5 months ago by BrianKoontz

(In [1845]) Removed all lingering instances of specialCache. Refs #1109.

Changed 5 months ago by BrianKoontz

  • owner changed from unassigned to BrianKoontz
  • status changed from new to assigned

Changed 5 months ago by BrianKoontz

  • status changed from assigned to closed
  • resolution set to fixed

Changed 3 days ago by BrianKoontz

  • milestone changed from 1.4 to 1.3.3
Note: See TracTickets for help on using tickets.