Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#442 closed defect (bug) (fixed)

Static table name in wp-admin/install.php:149

Reported by: ludoo's profile ludoo Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: minor Version:
Component: Administration Keywords:
Focuses: Cc:

Description

change line 149 in wp-admin/install.php from

$wpdb->query( "INSERT INTO wp_main_post2cat (rel_id, post_id, category_id) VALUES (1, 1, 0)" );

to

$wpdb->query( "INSERT INTO $wpdb->post2cat (rel_id, post_id, category_id) VALUES (1, 1, 0)" );

Change History (3)

#2 @ryan
21 years ago

  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.