itemId = JRequest :: getString('Itemid'); if (count($errors = $this -> get('Errors')) > 0) { JLog :: add('Error viewing ingestion1: ' . implode("\n", $errors), JLog :: ERROR, self :: LOG); return FALSE; } parent :: display($template); } }