Commit 33ed54fa authored by MBoretto's avatar MBoretto

conversation for external connection

parent 757faeba
...@@ -191,6 +191,7 @@ class Telegram ...@@ -191,6 +191,7 @@ class Telegram
public function enableExternalMysql($external_pdo_connection, $table_prefix = null) public function enableExternalMysql($external_pdo_connection, $table_prefix = null)
{ {
$this->pdo = DB::externalInitialize($external_pdo_connection, $this, $table_prefix); $this->pdo = DB::externalInitialize($external_pdo_connection, $this, $table_prefix);
ConversationDB::initializeConversation();
$this->mysql_enabled = true; $this->mysql_enabled = true;
} }
......
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