]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginFailedCommand.php
Copyright updated
[core.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index f2b6b81017c1d6d68078a8b10f42acbe099436b4..b7a810f31b08984ba59b4fffc7510b7825809b0c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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');