Hi, this seems to be caused by a bug in PHP 7.3 code optimizer. It is fixed with
https://github.com/LDAPAccountManager/lam/commit/716d119d34c4810bc56520e51a4d0dd2c0e49ba9 Will be part of March release. For the moment PHP 7.2 is recommended as there might be more issues. Best regards Roland On 11.02.19 15:48, Mahoromatic wrote: > I stumbled upon the same issue. > > After debugging a bit, I found the issue. > > The arrays for the expand/collapse icon names cannot be build with an inline > condition. > > When building the array without the inline condition it will work. > > I opened issue #59 on the LAM github repository for this with my quick fix. > > _______________________________________________ > Lam-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lam-public > _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
