Make WordPress Core

Opened 22 years ago

Closed 21 years ago

#449 closed defect (bug) (fixed)

Any file containing "install" in it name seems to have trouble running get_currentuserinfo()

Reported by: drdave's profile drdave Owned by: matt's profile matt
Milestone: Priority: normal
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description

"install" only needs to be a substring (e.g. "install_myplugin.php") for the session authentication to fail (get_current_userinfo() doesn't set any variable)... removing it from the filename fixes the problem.
Easy fix, ages to figure such a behaviour...

Change History (2)

#2 @matt
21 years ago

  • fixed_in_version set to 1.5
  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 20
  • Status changed from new to closed

It should check for install.php now.

Note: See TracTickets for help on using tickets.