#1596 closed defect (bug) (duplicate)
Redirect to home after upgrading is broken
| Reported by: | basilcrow | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | 1.5.2 |
| Severity: | minor | Keywords: | upgrade redirect |
| Cc: | Focuses: |
Description
in upgrade.php, the redirect to the home page after upgrading is currently broken. it tries to take you to get_option('home'), which doesn't exist. i think it should be get_option('siteurl'), which worked for me.
--basil
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is a duplicate of #1506