Commit e46cc480 authored by clone's avatar clone

bug

parent d61f6c6d
......@@ -325,7 +325,7 @@ class ChatService
foreach ($agentsResult as $v) {
if ($v["user_pic"]) {
$v["user_pic"] = ADMIN_URL_TL . 'user_header/' . $v["user_pic"];
$v["user_pic"] = AGENTHEADERIMGURL . $v["user_pic"];
}
$v["only_id"] = $chat_user_arr [$v["user_phone"]];
......
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