mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
#434 PHP 8.4 support
This commit is contained in:
parent
b9f01ccd93
commit
ced8173877
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ class TreeView {
|
||||||
* @param string|null $errorMessage error if any
|
* @param string|null $errorMessage error if any
|
||||||
* @return string JSON data
|
* @return string JSON data
|
||||||
*/
|
*/
|
||||||
private function createNewNodeGetObjectClassesStep(string $dn, string $errorMessage = null): string {
|
private function createNewNodeGetObjectClassesStep(string $dn, ?string $errorMessage = null): string {
|
||||||
$row = new htmlResponsiveRow();
|
$row = new htmlResponsiveRow();
|
||||||
$row->add(new htmlTitle(_('Create a child entry')));
|
$row->add(new htmlTitle(_('Create a child entry')));
|
||||||
if ($errorMessage !== null) {
|
if ($errorMessage !== null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue