forked from extern/egroupware
fixed a bug regarding the search-scope, regarding the allowed dirs to search in.
This commit is contained in:
parent
4005da15d2
commit
615751f8d8
@ -2553,7 +2553,7 @@
|
|||||||
$count_fld=0;
|
$count_fld=0;
|
||||||
$or='';
|
$or='';
|
||||||
$aclcondition=" ( ";
|
$aclcondition=" ( ";
|
||||||
array_push($sessiondata['dirs_options_array'],$sessiondata['workingdir']);
|
array_push($sessiondata['dirs_options_array'],$this->homedir);
|
||||||
foreach ($sessiondata['dirs_options_array'] as $dir)
|
foreach ($sessiondata['dirs_options_array'] as $dir)
|
||||||
{
|
{
|
||||||
$splitteddir=explode('/',$dir);
|
$splitteddir=explode('/',$dir);
|
||||||
|
Loading…
Reference in New Issue
Block a user