Lucee 5.3.1.95 Exception in admin/debug/modern.cfc

Looks like I found an obscure bug in /lucee-server/admin/debug/Modern.cfc

“No matching function CLICKAJAX” on line 706. This function doesn’t exist, because the function is actually javascript, it should be wrapped in “” not “”.

I’m probably the only person who got this error because I happen to set the variable “request.admin = true” in my code.

I finally found the source code on github and created a pull request to fix it.

what also seems wrong is this line
<cfelseif REQUEST.admin=true>
we only have one “=” what makes it an assignment and because of that always is true

https://luceeserver.atlassian.net/browse/LDEV-2192