Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#13859 closed defect (bug) (fixed)

Wrong field name in populate_network()

Reported by: wpmuguru's profile wpmuguru Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: Multisite Keywords: has-patch
Focuses: Cc:

Description

In populate_network(), when creating a second network, the populate fails due to an insert into the site table with a non-existant field network_id.

Attachments (1)

13859.diff (591 bytes) - added by wpmuguru 14 years ago.

Download all attachments as: .zip

Change History (4)

@wpmuguru
14 years ago

#1 @wpmuguru
14 years ago

I've verified that populate_network does work correctly with this patch applied.

#2 @nacin
14 years ago

  • Keywords has-patch added
  • Milestone changed from Unassigned to 3.0

Looks good.

#3 @nacin
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [15238]) Use correct variable in populate_network(). props wpmuguru, fixes #13859.

Note: See TracTickets for help on using tickets.