Opened 18 years ago
Closed 18 years ago
#331 closed defect (bug) (fixed)
Blog avatar (identicon) display results are inconsistent
| Reported by: | burtadsit | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)