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:
Diffstat (limited to 'pmd_save_pos.php')
-rw-r--r--pmd_save_pos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_save_pos.php b/pmd_save_pos.php
index 1a071aff8c..ac7d53366a 100644
--- a/pmd_save_pos.php
+++ b/pmd_save_pos.php
@@ -8,7 +8,7 @@
/**
*
*/
-include_once './libraries/pmd_common.php';
+require_once './libraries/pmd_common.php';
$cfgRelation = PMA_getRelationsParam();