Opened 17 years ago
Closed 17 years ago
#331 closed defect (bug) (fixed)
Blog avatar (identicon) display results are inconsistent
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | minor | |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
md5( $blog->blog_id . '.blogs@' . site_url() )
site_url() is being used which returns the current blog url. This gives different avs for a blog on different blogs when the various blog widets run.
md5( $blog->blog_id .'.blogs@' . get_blog_option(1,'siteurl'))
or
$bp['root_domain']
maybe?
Note: See
TracTickets for help on using
tickets.