Skip to content

Commit

Permalink
Merge pull request #3460 from zero-24/patch-14
Browse files Browse the repository at this point in the history
[#33619] [2.5.x] Backport #3454 against 2.5.x branche
  • Loading branch information
infograf768 committed Apr 16, 2014
2 parents 605e27d + facffb8 commit 3449bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/form/field/user.php
Expand Up @@ -76,7 +76,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 3449bdf

Please sign in to comment.