get('Errors')!=null && count($errors = $this -> get('Errors')) > 0) { JLog :: add('Error viewing configuration: ' . implode("\n", $errors), JLog :: ERROR, self :: LOG); return FALSE; } parent :: display($template); } }