X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginFailedCommand.php;h=c9768010eb98f11af072b0fbddcb7b6af7ff91de;hp=f2b6b81017c1d6d68078a8b10f42acbe099436b4;hb=81d28b14f65e35ece6524eee9ae0b74d6c6117d8;hpb=f7fc1ef1be52b41fb512eb9a75b1b85e7008b17e diff --git a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php index f2b6b810..c9768010 100644 --- a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php @@ -67,7 +67,7 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable { $templateInstance->assignApplicationData($appInstance); // Load the master template - $masterTemplate = $appInstance->getMasterTemplate(); + $masterTemplate = $appInstance->buildMasterTemplateName(); // Load header template $templateInstance->loadCodeTemplate('header');