Opened 5 years ago
Closed 5 years ago
#6411 closed defect (bug) (fixed)
wxr importer: $categories array undefined
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
$this->categories isn't correctly inititalized. It can cause a warning if an import contains no categories.
One liner fix attached.
Attachments (1)
Note: See
TracTickets for help on using
tickets.

(In [7546]) Init categories array. Props tellyworth. fixes #6411