8000 [fix] db_mysqli.php adapter should import db_mysql.php · AlexKlimenkov/connector-php@0247536 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0247536

Browse files
committed
[fix] db_mysqli.php adapter should import db_mysql.php
1 parent 8b5f201 commit 0247536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebase/db_mysqli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@author dhtmlx.com
44
@license GPL, see license.txt
55
*/
6-
require_once("db_common.php");
6+
require_once("db_mysql.php");
77

88
class MySQLiDBDataWrapper extends MySQLDBDataWrapper{
99

0 commit comments

Comments
 (0)
0