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-02-06 05:31:03 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-02-06 23:47:57 +0300
commit010c6aab57b318cf2cbd56732a321f7831bc6c8f (patch)
tree86a9df7e17d962dac01f8fcb842f1922eb0155d9 /tbl_change.php
parent76b0f64f21b1b0f17d7edd32bac01e8e56bf51b3 (diff)
Use DI for DatabaseInterface dependency
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 6ffdaeffad..09fd548005 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -24,7 +24,7 @@ PageSettings::showGroup('Edit');
*/
require_once 'libraries/db_table_exists.inc.php';
-$insertEdit = new InsertEdit();
+$insertEdit = new InsertEdit($GLOBALS['dbi']);
/**
* Determine whether Insert or Edit and set global variables