Plugin Directory

Changeset 1390203


Ignore:
Timestamp:
04/08/2016 12:46:56 PM (10 years ago)
Author:
derpixler
Message:

fix missing function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • search-and-replace/tags/3.1.0/inc/Page/SearchReplace.php

    r1390032 r1390203  
    6868     *prints a select with all the tables and their sizes
    6969     *
    70      * @return void 
     70     * @return void
    7171     */
    7272    protected function show_table_list() {
     
    139139            $this->run_replace( $search, $replace, $tables, $dry_run );
    140140        }
    141        
     141
    142142        return TRUE;
    143143    }
     
    190190
    191191            if ( count( $report[ 'changes' ] ) > 0 ) {
    192                 $this->dbe->show_changes( $report );
     192                $this->downloader->show_changes( $report );
    193193            }
    194194
Note: See TracChangeset for help on using the changeset viewer.