fix autocompletion

remotes/origin/stable
Robin Appelman 14 years ago
parent 469cbb7c75
commit 72815bc553
  1. 4
      files/ajax/autocomplete.php

@ -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…
Cancel
Save