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:
authorJason <jason.daurus@gmail.com>2015-06-10 14:23:23 +0300
committerJason <jason.daurus@gmail.com>2015-06-10 14:23:39 +0300
commit5bb52eec61fe939697ff5985f84ddec6e3743456 (patch)
tree466d00768a408ef1adcbb42d1875ed4304826ac0 /tbl_indexes.php
parent4ecdba91002b688d60fa0bc0aa69b1645acde5cd (diff)
Fix preview sql for creating indexes
Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index fec42e645c..69801f44d3 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -46,7 +46,7 @@ if (isset($_REQUEST['do_save_data'])) {
PMA_Response::getInstance()->addJSON(
'sql_data',
- PMA\Template::get('preview_sql.phtml')
+ PMA\Template::get('preview_sql')
->render(array(
'query_data' => $sql_query
))