Ticket #6411 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

wxr importer: $categories array undefined

Reported by: tellyworth Assigned to: anonymous
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

importer-var-fix-r7545.patch (359 bytes) - added by tellyworth on 03/27/08 07:16:44.

Change History

03/27/08 07:16:44 changed by tellyworth

  • attachment importer-var-fix-r7545.patch added.

03/27/08 07:20:53 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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