Skip to content
Snippets Groups Projects
Commit 72815bc5 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix autocompletion

parent 469cbb7c
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@ if(substr($query,-1,1)=='/'){
}
$query=substr($query,strlen($base));
if($base!='/'){
$query=substr($query,1);
}
$queryLen=strlen($query);
// echo "$base - $query";
......
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