X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginCommand.php;h=96d62a4eae735ec163e2a6cc5dd0ab8ecd3a0526;hp=9726e847897f836ebd31443cbfa97771a613f6b8;hb=81d28b14f65e35ece6524eee9ae0b74d6c6117d8;hpb=f7fc1ef1be52b41fb512eb9a75b1b85e7008b17e diff --git a/inc/classes/main/commands/web/class_WebLoginCommand.php b/inc/classes/main/commands/web/class_WebLoginCommand.php index 9726e847..96d62a4e 100644 --- a/inc/classes/main/commands/web/class_WebLoginCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginCommand.php @@ -70,7 +70,7 @@ class WebLoginCommand extends BaseCommand implements Commandable { $templateInstance->assignConfigVariable('base_url'); // Load the master template - $masterTemplate = $appInstance->getMasterTemplate(); + $masterTemplate = $appInstance->buildMasterTemplateName(); // Load header template $templateInstance->loadCodeTemplate('header');