[wp-trac] [WordPress Trac] #11804: Object Access Violation in repair.php

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 7 15:10:59 UTC 2010


#11804: Object Access Violation in repair.php
--------------------------+-------------------------------------------------
 Reporter:  hakre         |       Owner:                  
     Type:  defect (bug)  |      Status:  new             
 Priority:  normal        |   Milestone:  3.0             
Component:  General       |     Version:  3.0             
 Severity:  normal        |    Keywords:  has-patch tested
--------------------------+-------------------------------------------------
 On line 36 in /wp-admin/maint/repair.php the global {{{$wpdb}}} of type
 {{{wpdb}}} is accessing the following private member:
 {{{wpdb::$old_tables}}}. That member has been defined with @access
 private. The code must reflect that.

 There is an additional access violation in the same script by accessing
 the private tables member.

 The errors were introduced in [11902] by ryan. wpdb should offer a public
 member to check for deprecated tables.

 Related: #11799

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11804>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list