#1596 closed defect (bug) (duplicate)
Redirect to home after upgrading is broken
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 1.5.2 |
Component: | General | Keywords: | upgrade redirect |
Focuses: | Cc: |
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.
This is a duplicate of #1506