name = JString::trim($this->name); if ($this->name == '') { $this->setError(JText::_('K2_GROUP_MUST_HAVE_A_NAME')); return false; } return true; } }