]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginAreaCommand.php
Application helper class rewritten, buildMasterTemplateName() method added, Manageabl...
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 749de17491a02c983d10bdf7ae17423844da1b83..ee38a4b76755b934c63755482fe5a6111af7ca2d 100644 (file)
@@ -96,7 +96,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                $templateInstance->assignApplicationData($appInstance);
 
                // Load the master template
-               $masterTemplate = $appInstance->getMasterTemplate();
+               $masterTemplate = $appInstance->buildMasterTemplateName();
 
                // Load header template
                $templateInstance->loadCodeTemplate('header');