diff --git a/components/com_contact/models/contact.php b/components/com_contact/models/contact.php index 06c31207a99f9..ef833642d4701 100644 --- a/components/com_contact/models/contact.php +++ b/components/com_contact/models/contact.php @@ -139,8 +139,8 @@ protected function loadFormData() { $data['language'] = JFactory::getLanguage()->getTag(); } - - // Add contact id to contact form data, so fields plugin can work propertly + + // Add contact id to contact form data, so fields plugin can work properly if (empty($data['catid'])) { $data['catid'] = $this->getItem()->catid;