Thanks! Interesting, but possible bug in WP…
THIS WORKS
$args = array( ‘posts_per_page’ => 10, ‘suppress_filters’ => false, ‘category’ => 6 );
THIS DOES NOT (it works, but the suppress_filters has no effect).
$lastposts = get_posts(‘numberposts=10&category=5&suppress_filters=false’);