mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-06 03:49:56 +02:00
refactoring
This commit is contained in:
parent
1246125dfd
commit
ccf0fa6308
1 changed files with 1 additions and 2 deletions
|
@ -415,8 +415,7 @@ class Ajax {
|
||||||
$dnList = $this->getSubDns($dn);
|
$dnList = $this->getSubDns($dn);
|
||||||
}
|
}
|
||||||
$html = $this->buildDnSelectionHtml($dnList, $dn);
|
$html = $this->buildDnSelectionHtml($dnList, $dn);
|
||||||
$json = json_encode(['dialogData' => $html], JSON_THROW_ON_ERROR);
|
return json_encode(['dialogData' => $html], JSON_THROW_ON_ERROR);
|
||||||
return $json;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue