mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
accounting fixes
This commit is contained in:
@ -193,7 +193,7 @@ class ModelAccountingAccounting extends Model
|
||||
$return = $this->__getAcceptedDomains();
|
||||
}elseif(Registry::get('auditor_user') == 1) {
|
||||
array_push($return,$_SESSION['domain']);
|
||||
foreach ($return as $d) {
|
||||
foreach ($_SESSION['auditdomains'] as $d) {
|
||||
array_push($return,$d);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user