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 authored and Bakual committed May 12, 2014
2 parents ed2c983 + 889ec5d commit 04528ce
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 04528ce

Please sign in to comment.