Skip to content

Commit

Permalink
Refactor PhpMyAdmin\Display\Export class
Browse files Browse the repository at this point in the history
The static methods are replaced with instance methods.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Jan 14, 2018
1 parent f40ce94 commit f45d4a5
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 153 deletions.
3 changes: 2 additions & 1 deletion db_export.php
Expand Up @@ -150,8 +150,9 @@
$multi_values = '';
}
$response = Response::getInstance();
$displayExport = new DisplayExport();
$response->addHTML(
DisplayExport::getExportDisplay(
$displayExport->getDisplay(
'database', $db, $table, $sql_query, $num_tables,
$unlim_num_rows, $multi_values
)
Expand Down

0 comments on commit f45d4a5

Please sign in to comment.