fix call to undefined method EGroupware\Api\Framework\Login::deny_screen()

This commit is contained in:
Ralf Becker 2022-02-07 12:12:24 +02:00
parent 1498a8f9e0
commit dfb1f326ac

View File

@ -372,7 +372,7 @@ class Login
/**
* displays a login denied message
*/
function denylogin_screen()
function deny_screen()
{
try {
$tmpl = new Template(EGW_SERVER_ROOT.$this->framework->template_dir);