fix autocompletion
This commit is contained in:
parent
469cbb7c75
commit
72815bc553
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue