vali vor 6 Jahren
Ursprung
Commit
93ff1458b0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Mlogic.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Mlogic.php

@@ -66,7 +66,7 @@ class Mlogic
         }
 
         $conf = require(self::$configPath . 'database.php');
-        self::$db = new \Workerman\MySQL\Connection($conf['hostname'], $conf['hostport'], $conf['username'], $conf['password'], $conf['database']);
+        self::$db = new \Workerman\MySQL\Connection($conf['hostname'], $conf['hostport'], $conf['username'], $conf['password'], $conf['database'], $conf['charset']);
 
 
         return self::$db;