#29089 closed defect (bug) (duplicate)
Language_Packs_Upgrader::upgrade() doesn't properly handle all errors coming from bulk_upgrade()
| Reported by: | jdgrimes | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upgrade/Install | Version: | 3.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Language_Packs_Upgrader::upgrade() is basically a wrapper for Language_Packs_Upgrader::bulk_upgrade(). The later usually returns an array, but under certain conditions may return false or a WP_Error. upgrade() assumes that an array is always returned.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #29470, fixed in [29675].