Application helper class rewritten, buildMasterTemplateName() method added, Manageabl...
[core.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index f2b6b81017c1d6d68078a8b10f42acbe099436b4..c9768010eb98f11af072b0fbddcb7b6af7ff91de 100644 (file)
@@ -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');