Ticket #11721: #11721.patch
| File #11721.patch, 470 bytes (added by , 16 years ago) |
|---|
-
wp-includes/wp-db.php
1109 1109 1110 1110 $bt = array_reverse( $bt ); 1111 1111 foreach ( (array) $bt as $call ) { 1112 if ( @$call['class'] == __CLASS__)1112 if ( isset($call['class']) && (__CLASS__ == $call['class']) ) 1113 1113 continue; 1114 1114 $function = $call['function']; 1115 1115 if ( isset( $call['class'] ) )