vedi nel file php del modulo
è questa?
se l'array è vuoto significa che c'erano solo elementi nulli/negativi,
// quindi recupero tutti i feed registrati in Joomla
if(count($arrID) == 0){
$database->setQuery("SELECT * " .
"FROM #__newsfeeds " .
"WHERE published=1 " .
"ORDER BY ordering");
$feeds = $database->loadObjectList();