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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-09 14:42:21 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-09 14:42:21 +0300
commitf0664e7875ad3bc24e82ef716681a1be65926aab (patch)
tree68200e3efa5db4f6dc0c7117faeb9ba56a5da896 /tbl_export.php
parentbb729d7d7f074c330fe56b27913fce52b67f0d8d (diff)
This is an internal directive. Use without underscore to match other similar ones
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 905b892309..5eeaa8be3d 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -24,7 +24,7 @@ $scripts->addFile('export.js');
$cfgRelation = PMA_getRelationsParam();
// handling export template actions
-if (isset($_REQUEST['templateAction']) && $cfgRelation['export_templateswork']) {
+if (isset($_REQUEST['templateAction']) && $cfgRelation['exporttemplateswork']) {
if (isset($_REQUEST['templateId'])) {
$templateId = $_REQUEST['templateId'];