Skip to content

Commit

Permalink
Fix a smal CS issue with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jan 4, 2017
1 parent 3b3ef1d commit f2cbca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_users/models/registration.php
Expand Up @@ -304,7 +304,7 @@ public function getForm($data = array(), $loadData = true)
{
return false;
}

// When multilanguage is set, a user's default site language should also be a Content Language
if (JLanguageMultilang::isEnabled())
{
Expand Down

0 comments on commit f2cbca7

Please sign in to comment.