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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-03-26 01:32:13 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-03-26 01:32:13 +0300
commitd98658187a5ee9be33bb5fa54e7fe0638ef9b70c (patch)
treeaf1d9221780ee28b04529c6eb813754a712bc889 /export.php
parent46ceeea14f258f6bc5fbef9260e81a71ba3ba228 (diff)
Replace PhpMyAdmin\Relation static calls
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'export.php')
-rw-r--r--export.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/export.php b/export.php
index f7e00868d0..376bd020c2 100644
--- a/export.php
+++ b/export.php
@@ -399,6 +399,8 @@ if ($save_on_server) {
} // end download
}
+$relation = new Relation();
+
// Fake loop just to allow skip of remain of this code by break, I'd really
// need exceptions here :-)
do {
@@ -417,7 +419,7 @@ do {
|| isset($GLOBALS[$what . '_comments']);
$do_mime = isset($GLOBALS[$what . '_mime']);
if ($do_relation || $do_comments || $do_mime) {
- $cfgRelation = Relation::getRelationsParam();
+ $cfgRelation = $relation->getRelationsParam();
}
// Include dates in export?