X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginFailedCommand.php;fp=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginFailedCommand.php;h=215b75c4ba5b0fe7085eba3badff217152fe25c3;hp=1aee707c058b275f0f732d82ab3e4c9b1b87547a;hb=43c1fa115dc0ddbae8b39dba906ac43a53168327;hpb=ede85e5640872d6c88a25ddf3f809e6d281ef205 diff --git a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php index 1aee707c..215b75c4 100644 --- a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php @@ -106,7 +106,7 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable { $menuInstance->renderMenu(); // Transfer it to the template engine instance - $menuInstance->transferToTemplateEngine($templateInstance); + $menuInstance->transferContentToTemplateEngine($templateInstance); // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between