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