X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebHomeCommand.php;h=577968e7b555be68e0fb2cac1a93932f4dfc3735;hp=572d71d043c7514965b38188d879b702e489eec3;hb=8ba5a30e52e7cd8adb76f675ab3f7129a60819e3;hpb=0d0685e51664b0b441f4af331a332c2b7ce7125a diff --git a/inc/classes/main/commands/web/class_WebHomeCommand.php b/inc/classes/main/commands/web/class_WebHomeCommand.php index 572d71d..577968e 100644 --- a/inc/classes/main/commands/web/class_WebHomeCommand.php +++ b/inc/classes/main/commands/web/class_WebHomeCommand.php @@ -72,6 +72,9 @@ class WebHomeCommand extends BaseCommand implements Commandable { // Prepare a template instance $templateInstance = $this->prepareTemplateInstance($appInstance); + // Transfer application data + $templateInstance->assignApplicationData($appInstance); + // Load the master template $masterTemplate = $appInstance->getMasterTemplate();