X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebConfirmCommand.php;h=0b3f8a26bb75d74e9fad0979feff04452a30ba95;hp=6b0a78123d8925f2b0985a757bde759eee4808f7;hb=43c1fa115dc0ddbae8b39dba906ac43a53168327;hpb=ede85e5640872d6c88a25ddf3f809e6d281ef205 diff --git a/inc/classes/main/commands/web/class_WebConfirmCommand.php b/inc/classes/main/commands/web/class_WebConfirmCommand.php index 6b0a7812..0b3f8a26 100644 --- a/inc/classes/main/commands/web/class_WebConfirmCommand.php +++ b/inc/classes/main/commands/web/class_WebConfirmCommand.php @@ -117,7 +117,7 @@ class WebConfirmCommand 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