fixed a bug regarding the search-scope, regarding the allowed dirs to search in.

This commit is contained in:
Klaus Leithoff 2007-10-23 11:17:21 +00:00
parent 4005da15d2
commit 615751f8d8

View File

@ -2553,7 +2553,7 @@
$count_fld=0;
$or='';
$aclcondition=" ( ";
array_push($sessiondata['dirs_options_array'],$sessiondata['workingdir']);
array_push($sessiondata['dirs_options_array'],$this->homedir);
foreach ($sessiondata['dirs_options_array'] as $dir)
{
$splitteddir=explode('/',$dir);