Fixed default image for group members.
This commit is contained in:
@@ -81,7 +81,10 @@ function selectGroupMembers(int $groupID) {
|
||||
`username`,
|
||||
`fname`,
|
||||
`lname`,
|
||||
`profilepicture`
|
||||
IFNULL(
|
||||
`profilepicture`,
|
||||
'../img/avatar-standard.png'
|
||||
) AS profilepicture
|
||||
FROM
|
||||
`group_member`
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user