mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fix call to undefined method EGroupware\Api\Framework\Login::deny_screen()
This commit is contained in:
parent
1498a8f9e0
commit
dfb1f326ac
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user