aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/twopeople.pngbin0 -> 2682 bytes
-rw-r--r--mod/acl.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/twopeople.png b/images/twopeople.png
new file mode 100644
index 000000000..07a4a0882
--- /dev/null
+++ b/images/twopeople.png
Binary files differ
diff --git a/mod/acl.php b/mod/acl.php
index 0fea6f7fc..98ca90ded 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'])),