X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebStatusCommand.php;h=883fff71b5956425e5fc4e4335c879387c6f9271;hp=ac64ef5c4a83e725896ea7b5dd3336d0ef4dff7f;hb=43c1fa115dc0ddbae8b39dba906ac43a53168327;hpb=ede85e5640872d6c88a25ddf3f809e6d281ef205 diff --git a/inc/classes/main/commands/web/class_WebStatusCommand.php b/inc/classes/main/commands/web/class_WebStatusCommand.php index ac64ef5c..883fff71 100644 --- a/inc/classes/main/commands/web/class_WebStatusCommand.php +++ b/inc/classes/main/commands/web/class_WebStatusCommand.php @@ -104,7 +104,7 @@ class WebStatusCommand 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