Set empty MySQL credentials when using external PDO connection.

parent f4863cce
...@@ -116,7 +116,7 @@ class DB ...@@ -116,7 +116,7 @@ class DB
self::$pdo = $external_pdo_connection; self::$pdo = $external_pdo_connection;
self::$telegram = $telegram; self::$telegram = $telegram;
self::$mysql_credentials = null; self::$mysql_credentials = [];
self::$table_prefix = $table_prefix; self::$table_prefix = $table_prefix;
self::defineTables(); self::defineTables();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment