Avatars were not showing up if the user settings - picture image path contained a trailing /.
Added str_replace('//', '/', $path) to remove the //.
| Comment | File | Size | Author |
|---|---|---|---|
| avatarapproval.patch | 2.77 KB | mikejoconnor |
Avatars were not showing up if the user settings - picture image path contained a trailing /.
Added str_replace('//', '/', $path) to remove the //.
| Comment | File | Size | Author |
|---|---|---|---|
| avatarapproval.patch | 2.77 KB | mikejoconnor |
Comments
Comment #1
mikejoconnor commentedAccidentally double submitted.