Title says it all, author for uploaded images is set to anonymous (when uploading through the asset manager)

FIX (sorry can not path overhere ;-))

am.module around line 350, function am_save()

change
$node = array('type' => $type);
to
$node = array('type' => $type, 'name' => $user->name);