From 14429863cf8be4516cf2790aaaadb67255ac8402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20St=C4=99pie=C5=84?= Date: Tue, 15 May 2018 23:46:33 +0200 Subject: [PATCH] Removing whitespace, fixing spelling --- components/com_contact/models/contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;