fix autocompletion

This commit is contained in:
Robin Appelman 2011-06-01 14:05:30 +02:00
parent 469cbb7c75
commit 72815bc553
1 changed files with 4 additions and 0 deletions

View File

@ -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";