Skip to content

Commit

Permalink
Userlist - search by user name is with click on Enter not possible #5235
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Mar 30, 2017
1 parent 8b620d3 commit 255d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/com_kunena/models/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function populateState()

if (!empty($value) && $value != JText::_('COM_KUNENA_USRL_SEARCH'))
{
$this->setState('list.search', $value);
$this->setState('list.search', rtrim($value));
}
}

Expand Down

0 comments on commit 255d10a

Please sign in to comment.