X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginFailedCommand.php;h=b7a810f31b08984ba59b4fffc7510b7825809b0c;hp=f2b6b81017c1d6d68078a8b10f42acbe099436b4;hb=361e6320e50a8bb1a3ccb675388b8042361669ae;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php index f2b6b810..b7a810f3 100644 --- a/inc/classes/main/commands/web/class_WebLoginFailedCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginFailedCommand.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -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');