Skip to content

Commit

Permalink
Merge pull request #3454 from demis-palma/patch-1
Browse files Browse the repository at this point in the history
User selector is blank by default
  • Loading branch information
infograf768 committed Apr 16, 2014
2 parents 08bc0b4 + 4c28ef1 commit 60ba9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/form/field/user.php
Expand Up @@ -80,7 +80,7 @@ protected function getInput()
}
else
{
$table->username = JText::_('JLIB_FORM_SELECT_USER');
$table->name = JText::_('JLIB_FORM_SELECT_USER');
}

// Create a dummy text field with the user name.
Expand Down

0 comments on commit 60ba9d4

Please sign in to comment.