Opened 2 years ago
Closed 5 months ago
#3508 closed defect (bug) (fixed)
BBP_Converter_DB does not have a method “__destruct
Reported by: | Robin W | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6.10 | Priority: | high |
Severity: | normal | Version: | |
Component: | API - Importers | Keywords: | has-patch |
Cc: |
Description (last modified by )
https://bbpress.org/forums/topic/bbp_converter_db-does-not-have-a-method-__destruct/#post-233566
line 33 of
says
register_shutdown_function( array( $this, '__destruct' ) );
but there is no function for this in bbpress
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Source: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/classes/class-bbp-converter-db.php
wpdb::__destruct()
was removed in https://core.trac.wordpress.org/changeset/47107/trunk/src/wp-includes/wp-db.php