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-06 02:20:11 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-06 02:20:11 +0300
commit6f84933a00521d180d048ec0f5c32a960dd410ee (patch)
treec9a170014692e103769a3a8d2ee6125c9120ad1e /tbl_export.php
parent47feadd35c6e4dc097cdb1d8f11f67728b4faa86 (diff)
Add missing require.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 3f3b69ed73..9b8926e106 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -12,6 +12,7 @@ use PMA\libraries\config\PageSettings;
*/
require_once 'libraries/common.inc.php';
require_once 'libraries/display_export.lib.php';
+require_once 'libraries/config/page_settings.forms.php';
PageSettings::showGroup('Export');