Fixed encoding with new database class, fixes #1343
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -261,7 +261,8 @@ class Database {
|
||||
|
||||
$dbconf["dsn"] = array(
|
||||
'host' => $host,
|
||||
'dbname' => $sql["db"]
|
||||
'dbname' => $sql["db"],
|
||||
'charset' => 'utf8'
|
||||
);
|
||||
|
||||
self::$_dbname = $sql["db"];
|
||||
|
||||
Reference in New Issue
Block a user