]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginCommand.php
Application helper class rewritten, buildMasterTemplateName() method added, Manageabl...
[core.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index 9726e847897f836ebd31443cbfa97771a613f6b8..96d62a4eae735ec163e2a6cc5dd0ab8ecd3a0526 100644 (file)
@@ -70,7 +70,7 @@ class WebLoginCommand extends BaseCommand implements Commandable {
                $templateInstance->assignConfigVariable('base_url');
 
                // Load the master template
                $templateInstance->assignConfigVariable('base_url');
 
                // Load the master template
-               $masterTemplate = $appInstance->getMasterTemplate();
+               $masterTemplate = $appInstance->buildMasterTemplateName();
 
                // Load header template
                $templateInstance->loadCodeTemplate('header');
 
                // Load header template
                $templateInstance->loadCodeTemplate('header');