Skip to content
Snippets Groups Projects
Commit af57269e authored by Dieter Holvoet's avatar Dieter Holvoet
Browse files

Remove mb_strtolower

parent 39dfcf0c
No related branches found
No related tags found
1 merge request!35Resolve #3078075 "Detect and strip"
......@@ -60,7 +60,7 @@ class AutocompleteController implements ContainerInjectionInterface {
// The erroneous variable name $linkit_profile_id is to avoid BC breaks.
$string = $request->query->get('q');
$suggestionCollection = $this->suggestionManager->getSuggestions($linkit_profile_id, mb_strtolower($string));
$suggestionCollection = $this->suggestionManager->getSuggestions($linkit_profile_id, $string);
/*
* If there are no suggestions from the matcher plugins, we have to add a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment