Skip to content

Commit 9618c36

Browse files
committed
[plugin:dump] support mysqli (XCL future function)
1 parent cde059d commit 9618c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xoops_trust_path/modules/xpwiki/plugin/dump.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ function add_sql($table)
11171117
$this->dirs[] = 'DB@' . $short_name;
11181118

11191119
$name = $this->cont['CACHE_DIR'] . $short_name . '.sql';
1120-
$dumper = new MySQLDump(null, $name, false, false);
1120+
$dumper = new MySQLDump($this->xpwiki->db->conn, $name, false, false);
11211121

11221122
$dumper->removePrefix = $removePrefix;
11231123
$dumper->maxFileSize = $this->limitSize;

0 commit comments

Comments
 (0)