#334 closed defect (bug) (fixed)
Group Avatar URL Fix
Reported by: | trent | Owned by: | apeatling |
---|---|---|---|
Milestone: | Priority: | critical | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | avatar | |
Cc: |
Description
It looks that when you changed line 1154 of bp-groups.php from:
$src = $bp['loggedin_domain'];
to:
$src = $bp['root_domain'];
It managed to not have the ending "/" on the end of the group avatar and has broke new group avatar uploads.
It would need the following to work:
$src = $bp['root_domain'] . '/';
Change History (2)
Note: See
TracTickets for help on using
tickets.
Milestone Groups 1.0 deleted