Changeset 6833
- Timestamp:
- 07/05/2018 06:01:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/classes/class-bbp-converter.php
r6820 r6833 506 506 private function step_sync_table() { 507 507 if ( true === $this->converter->clean ) { 508 if ( $this->converter->clean( $this->start) ) {508 if ( $this->converter->clean() ) { 509 509 $this->bump_step(); 510 510 $this->sync_table( true );
Note: See TracChangeset
for help on using the changeset viewer.