2008-10-25, 08:57 PM
remove_avatars($mybb->user['uid']);
That's in the file /admin/modules/user/users.php a couple times...
It should be
remove_avatars($user['uid']);
Otherwise the admin is just deleting their own avatar when they select "Remove current avatar?" editing profiles.
That's in the file /admin/modules/user/users.php a couple times...
It should be
remove_avatars($user['uid']);
Otherwise the admin is just deleting their own avatar when they select "Remove current avatar?" editing profiles.