Skip to content

Commit

Permalink
Removing whitespace, fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-stepien committed May 15, 2018
1 parent 990dfef commit 1442986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_contact/models/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1442986

Please sign in to comment.