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 /db_export.php
parent47feadd35c6e4dc097cdb1d8f11f67728b4faa86 (diff)
Add missing require.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_export.php b/db_export.php
index fc28112dde..aa4cda390d 100644
--- a/db_export.php
+++ b/db_export.php
@@ -12,6 +12,7 @@ use PMA\libraries\Response;
* Gets some core libraries
*/
require_once 'libraries/common.inc.php';
+require_once 'libraries/config/page_settings.forms.php';
require_once 'libraries/export.lib.php';
PageSettings::showGroup('Export');