Commit 3da71cd2 authored by Jack'lul's avatar Jack'lul

in case message entities are empty set them to null

parent b7fbaac5
......@@ -699,7 +699,7 @@ class DB
$entities = json_encode($var);
} else {
$entities = '';
$entities = null;
}
$sth->bindParam(':reply_to_chat', $reply_chat_id, \PDO::PARAM_INT);
......
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