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_change.php
parent47feadd35c6e4dc097cdb1d8f11f67728b4faa86 (diff)
Add missing require.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 552137418a..22e9e6089f 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -15,6 +15,7 @@ use PMA\libraries\Util;
* Gets the variables sent or posted to this script and displays the header
*/
require_once 'libraries/common.inc.php';
+require_once 'libraries/config/page_settings.forms.php';
PageSettings::showGroup('Edit');