Commit 2bd7ad5d authored by MBoretto's avatar MBoretto

fix

parent e12ffd6c
......@@ -110,7 +110,7 @@ class DB
throw new TelegramException('MySQL external connection not provided!');
}
self::$pdo = $pdo;
self::$pdo = $external_pdo_connection;
self::$telegram = $telegram;
self::$mysql_credentials = null;
self::$table_prefix = $table_prefix;
......
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