mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 06:50:12 +01:00
add the auditor's own domain by default in case of restricted auditor feature
This commit is contained in:
parent
648836f6f1
commit
7286eea90a
@ -177,7 +177,7 @@ class ModelSearchSearch extends Model {
|
||||
|
||||
if(Registry::get('auditor_user') == 1 || ENABLE_FOLDER_RESTRICTIONS == 1) {
|
||||
$domain_restrictions = '';
|
||||
$sd = '';
|
||||
$sd = $this->fix_email_address_for_sphinx($_SESSION['domain']);
|
||||
|
||||
foreach ($session_domains as $d) {
|
||||
$sd .= '|'.$d;
|
||||
|
Loading…
Reference in New Issue
Block a user