vali 6 gadi atpakaļ
vecāks
revīzija
93ff1458b0

+ 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;