Recent Topics

1 Aug 27, 2010 16:02    

In backoffice there's an extra permission check on avatars tab, preventing non-admins to add/create an avatar

The below code means that user can upload an avatar only if he has permission to edit other users and groups.

if( $current_User->check_perm( 'users', 'all' ) )

2 Oct 10, 2010 20:24

Oops. We gotta check that!

3 Oct 18, 2010 02:53

Ok, this is fixed in version 4.0.1 :)


Form is loading...