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);
|
||||
}
|
||||
$html = $this->buildDnSelectionHtml($dnList, $dn);
|
||||
$json = json_encode(['dialogData' => $html], JSON_THROW_ON_ERROR);
|
||||
return $json;
|
||||
return json_encode(['dialogData' => $html], JSON_THROW_ON_ERROR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue