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:
authorMichal Čihař <michal@cihar.com>2016-03-25 10:18:50 +0300
committerMichal Čihař <michal@cihar.com>2016-03-25 10:18:50 +0300
commit686c5fe97c3386ee7899feda98304c2ecfc09679 (patch)
treeee4ec06f49482c0ece582436048c9010fb11e2f0 /normalization.php
parent42a852f6b33d58a67dbe95a68bd397fd1ffe1989 (diff)
parent43a4a042ceb3e5ae50313e7a7250f0513ab97e79 (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'normalization.php')
-rw-r--r--normalization.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/normalization.php b/normalization.php
index e732cff169..e3598e17ca 100644
--- a/normalization.php
+++ b/normalization.php
@@ -60,7 +60,7 @@ if (isset($_REQUEST['getNewTables3NF'])) {
$dependencies = json_decode($_REQUEST['pd']);
$tables = json_decode($_REQUEST['tables']);
$newTables = PMA_getHtmlForNewTables3NF($dependencies, $tables, $db);
- PMA_Response::getInstance()->disable();
+ PMA\libraries\Response::getInstance()->disable();
PMA_headerJSON();
echo json_encode($newTables);
exit;