You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the profile page, the description of what this plugin will do is "Replace the local avatar by uploading a new avatar". However, when we upload a new avatar the old one is left in the upload folder. It is not "replaced" but simply superseded, leaving old unused avatars in the filesystem.
This appears to be the result of a bug on line 352 of the init.php file. We have created a pull request to fix this bug. We hope you can implement the fix in the shipping code soon.
On the profile page, the description of what this plugin will do is "Replace the local avatar by uploading a new avatar". However, when we upload a new avatar the old one is left in the upload folder. It is not "replaced" but simply superseded, leaving old unused avatars in the filesystem.
This appears to be the result of a bug on line 352 of the
init.phpfile. We have created a pull request to fix this bug. We hope you can implement the fix in the shipping code soon.