vali 6 vuotta sitten
vanhempi
commit
93ff1458b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;