X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebHomeCommand.php;h=dde7e7f0d62a52808a0a3720c4b66a60f0d9365b;hp=f9b6b97ff83e63d4c07c6f15c259049160e5cfd7;hb=43c1fa115dc0ddbae8b39dba906ac43a53168327;hpb=ede85e5640872d6c88a25ddf3f809e6d281ef205;ds=sidebyside diff --git a/inc/classes/main/commands/web/class_WebHomeCommand.php b/inc/classes/main/commands/web/class_WebHomeCommand.php index f9b6b97f..dde7e7f0 100644 --- a/inc/classes/main/commands/web/class_WebHomeCommand.php +++ b/inc/classes/main/commands/web/class_WebHomeCommand.php @@ -103,7 +103,7 @@ class WebHomeCommand 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