Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-09-12 13:51:45 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-12 13:51:45 +0300
commitfa801c507ffc219a18dca4daa5e4c367086a32c8 (patch)
tree3786a9b9521eac415b5caf54e838c9bd6d6e900d /tbl_export.php
parent7a2890bcf2e4f737bcae373cf44b962bcee4d458 (diff)
Set namespace on plugins classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index cfa19fb42c..0531dbbbf6 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -6,6 +6,7 @@
* @package PhpMyAdmin
*/
use PMA\libraries\config\PageSettings;
+use PMA\libraries\Response;
/**
*
@@ -192,7 +193,7 @@ if (! isset($unlim_num_rows)) {
if (! isset($multi_values)) {
$multi_values = '';
}
-$response = PMA_Response::getInstance();
+$response = Response::getInstance();
$response->addHTML(
PMA_getExportDisplay(
'table', $db, $table, $sql_query, $num_tables,