Author.php not displaying post type posts

Ok, I got it…

by query all the post types

$arg = array('post_type'=> array ('cpt','post'),);
query_posts( $arg);