X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginAreaCommand.php;h=dc80cfc26f53e470795513ae6a3ea0f1b7191b19;hp=15ef12d8b7e95e5a29b650d75e9419697089a185;hb=43c1fa115dc0ddbae8b39dba906ac43a53168327;hpb=ede85e5640872d6c88a25ddf3f809e6d281ef205 diff --git a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php index 15ef12d8..dc80cfc2 100644 --- a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php @@ -140,7 +140,7 @@ class WebLoginAreaCommand 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