Skip to content

Commit

Permalink
Fixed 0025235: Searching for User in Administration somtimes generate…
Browse files Browse the repository at this point in the history
…s error
  • Loading branch information
smeyer-ilias committed Apr 16, 2019
1 parent 43e6d38 commit 366a115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Services/User/classes/class.ilUserAutoComplete.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ public function getList($a_str)

$parsed_query = $this->parseQueryString($a_str);


include_once './Services/Search/classes/class.ilQueryParser.php';
if(ilStr::strLen($parsed_query['query']) < ilQueryParser::MIN_WORD_LENGTH)
{
$result_json['items'] = [];
Expand Down

0 comments on commit 366a115

Please sign in to comment.