Skip to content

Commit d0fc019

Browse files
committed
1 parent e65b04a commit d0fc019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/lib/classes/db_mysql.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function db()
5252
$this->dbName = $conf["db_database"];
5353
$this->dbUser = $conf["db_user"];
5454
$this->dbPass = $conf["db_password"];
55+
$this->dbCharset = $conf['db_charset'];
5556
//$this->connect();
5657
}
5758

0 commit comments

Comments
 (0)