diff --git a/images/twopeople.png b/images/twopeople.png new file mode 100644 index 0000000000..07a4a08825 Binary files /dev/null and b/images/twopeople.png differ diff --git a/mod/acl.php b/mod/acl.php index 0fea6f7fc2..98ca90ded8 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -64,7 +64,7 @@ function acl_init(&$a){ // logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']); $groups[] = array( "type" => "g", - "photo" => "images/default-group-mm.png", + "photo" => "images/twopeople.png", "name" => $g['name'], "id" => intval($g['id']), "uids" => array_map("intval", explode(",",$g['uids'])),