if i try that i use the same problem
<?php
$posts = $media_cat_lib->get_mediacategory_shortcode(array('returnposts'=>1,'cats' =>'helioc2','orderby' =>"slug",'order' => "DESC" ) );
?>
<?php
foreach($posts as $rpost):
?>
<h1 id="opj">
<a target="_BLANK" href="<?php echo wp_get_attachment_url( $rpost->ID);?>">
<?php
echo get_the_title($rpost->ID);
?>
</a>
</h1>
<?php
endforeach;
?>
<?php
endif;
?>