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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-10-12 05:28:12 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-10-12 05:28:12 +0300
commitf7be7ceec14ab8e83195eda42f640a4e2fcd6b8f (patch)
treeb1b0b30fe12038d369dffb76878ff515c8334118 /db_designer.php
parent47af251accee46e74877e4d4b7aa3bf0785fdac8 (diff)
Port database/designer/query_details to Twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_designer.php')
-rw-r--r--db_designer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_designer.php b/db_designer.php
index 0db302be72..09e7cb0a81 100644
--- a/db_designer.php
+++ b/db_designer.php
@@ -206,7 +206,7 @@ if (isset($_REQUEST['query'])) {
$response->addHTML(Designer::getHavingQueryPanel());
$response->addHTML(Designer::getAggregateQueryPanel());
$response->addHTML(Designer::getWhereQueryPanel());
- $response->addHTML(Designer::getQueryDetails());
+ $response->addHTML(Designer::getQueryDetails($_GET['db']));
}
$response->addHTML('<div id="PMA_disable_floating_menubar"></div>');