]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebHomeCommand.php
User class renamed to Member and it's interface
[shipsimu.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index 572d71d043c7514965b38188d879b702e489eec3..577968e7b555be68e0fb2cac1a93932f4dfc3735 100644 (file)
@@ -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();