Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19045 closed defect (bug) (fixed)

Reference to $this->is_mysql should be $wpdb->is_mysql

Reported by: adambackstrom Owned by: nacin
Priority: normal Milestone: 3.3
Component: Database Version: 3.3
Severity: normal Keywords:
Cc: Focuses:

Description

In [19060], $this->is_mysql in update-core.php should be $wpdb->is_mysql.

See #18176.

Attachments (1)

19045.diff (652 bytes ) - added by adambackstrom 15 years ago.

Download all attachments as: .zip

Change History (3)

@adambackstrom
15 years ago

#1 @nacin
15 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [19066]:

Use correct object. props adambackstrom. fixes #19045.

#2 @SergeyBiryukov
15 years ago

  • Milestone Awaiting Review3.3
Note: See TracTickets for help on using tickets.