Fix issues

This commit is contained in:
Pierre
2018-04-21 18:58:02 +02:00
parent cf4b75c61a
commit a3b005d184
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ class Comments {
//Check for image
if($data["image_commentaire"] != ""){
$comment->set_img_path(str_replace("file:", "", $data["image_commentaire"]));
$info->set_img_url(path_user_data($info->get_img_path(), false));
$comment->set_img_url(path_user_data($comment->get_img_path(), false));
}
if($load_likes){